Skip to content

Commit

Permalink
Update mall4cloud_platform.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon authored Nov 23, 2021
1 parent 9431a5f commit 212d3fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/mall4cloud_platform.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ CREATE TABLE `sys_user` (
PRIMARY KEY (`sys_user_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='平台用户';

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 table `undo_log` */

DROP TABLE IF EXISTS `undo_log`;
Expand Down

0 comments on commit 212d3fc

Please sign in to comment.