Skip to content

Commit

Permalink
初始化平台端用户
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon committed Nov 23, 2021
1 parent 146a856 commit 45564c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion db/mall4cloud-all.sql
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@ CREATE TABLE `sys_user` (
PRIMARY KEY (`sys_user_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '平台用户';

INSERT INTO `sys_user` VALUES (1, '2021-06-24 16:59:33', '2021-07-03 11:17:41', 'admin', '/2021/07/02/dd9ff362454d43d184c6d722dc14d7f6', '9527', '12345678910', 1);
insert into `sys_user`(`sys_user_id`,`create_time`,`update_time`,`nick_name`,`avatar`,`code`,`phone_num`,`has_account`) values
(1, '2021-06-24 16:59:33', '2021-07-03 11:17:41', 'admin', '/2021/07/02/dd9ff362454d43d184c6d722dc14d7f6', '9527', '12345678910', 1);

-- ----------------------------
-- Table structure for undo_log
Expand Down
2 changes: 1 addition & 1 deletion db/mall4cloud_platform.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CREATE TABLE `sys_user` (
/*Data for the table `sys_user` */

insert into `sys_user`(`sys_user_id`,`create_time`,`update_time`,`nick_name`,`avatar`,`code`,`phone_num`,`has_account`) values
(1,'2021-06-15 11:32:33','2021-06-15 13:05:42','admin','http://mall4cloud.oss-cn-shenzhen.aliyuncs.com/2021/02/22/7384f505c5514403b43f16b7540d33d1',NULL,'13800138000',1);
(1, '2021-06-24 16:59:33', '2021-07-03 11:17:41', 'admin', '/2021/07/02/dd9ff362454d43d184c6d722dc14d7f6', '9527', '12345678910', 1);

/*Table structure for table `undo_log` */

Expand Down

0 comments on commit 45564c7

Please sign in to comment.