增加zheng-cms-admin注册数据

This commit is contained in:
shuzheng 2017-01-18 13:01:14 +08:00
parent 06c4b98c0c
commit 44219019e7
1 changed files with 5 additions and 4 deletions

View File

@ -2,15 +2,15 @@
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50621
Source Server Version : 50528
Source Host : localhost:3306
Source Database : zheng
Target Server Type : MYSQL
Target Server Version : 50621
Target Server Version : 50528
File Encoding : 65001
Date: 2017-01-02 16:18:31
Date: 2017-01-18 11:22:15
*/
SET FOREIGN_KEY_CHECKS=0;
@ -28,10 +28,11 @@ CREATE TABLE `upms_system` (
`ctime` bigint(20) DEFAULT NULL,
`orders` bigint(20) DEFAULT NULL,
PRIMARY KEY (`system_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COMMENT='系统';
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COMMENT='系统';
-- ----------------------------
-- Records of upms_system
-- ----------------------------
INSERT INTO `upms_system` VALUES ('1', null, 'http://upms.zhangshuzheng.cn:1113', '1', 'zheng-upms-app1', '1', '1');
INSERT INTO `upms_system` VALUES ('2', null, 'http://upms.zhangshuzheng.cn:1114', '1', 'zheng-upms-app2', '2', '2');
INSERT INTO `upms_system` VALUES ('3', null, 'http://cms.zhangshuzheng.cn:2222', '1', 'zheng-cms-admin', '3', '3');