|
|
@@ -1,40 +0,0 @@
|
|
|
-CREATE TABLE `app_config` (
|
|
|
- `id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
- `cate` varchar(45) DEFAULT NULL COMMENT '分类',
|
|
|
- `key` varchar(45) DEFAULT NULL COMMENT '关键字',
|
|
|
- `name` varchar(45) DEFAULT NULL COMMENT '名称',
|
|
|
- `value` varchar(45) DEFAULT NULL COMMENT '值',
|
|
|
- PRIMARY KEY (`id`)
|
|
|
-) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
|
|
|
-
|
|
|
-
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'demand', '需求', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'achievement', '成果', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'expert', '专家', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'company', '企业', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'school', '高校', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'institute', '院所', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'policy', '政策', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'activity', '活动', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('collections', 'news', '快讯', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'hightech', '高企', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'program', '科技项目', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'patent', '专利', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'copyright', '软著', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'evalution', '评估', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'activity', '活动', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'crowdfunding', '众筹', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'achievement', '买技术', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'demand', '接需求', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'date', '邀约专家', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('orders', 'consultant', '技术咨询', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('mytech', 'match', '匹配', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('mytech', 'intention', '意向', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('mytech', 'deal', '成交', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('myexpert', 'date', '邀约', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('myexpert', 'intention', '意向', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('myexpert', 'deal', '成交', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('mydemand', 'match', '匹配', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('mydemand', 'intention', '意向', '1');
|
|
|
-INSERT INTO `app_config` (`cate`, `key`, `name`, `value`) VALUES ('mydemand', 'deal', '成交', '1');
|
|
|
-
|