Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
4b367c4c
Commit
4b367c4c
authored
Apr 28, 2019
by
Farahani
Committed by
linlinjava
Apr 28, 2019
Browse files
fix SQL:litemall_data.sql litemall_user插入数据少一个字段 (#169)
parent
c347358e
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/sql/litemall_data.sql
View file @
4b367c4c
...
...
@@ -309,7 +309,7 @@ UNLOCK TABLES;
LOCK TABLES `litemall_user` WRITE;
/*!40000 ALTER TABLE `litemall_user` DISABLE KEYS */;
INSERT INTO `litemall_user` VALUES (1,'user123','$2a$10$lTu9qi0hr19OC800Db.eludFr0AXuJUSrMHi/iPYhKRlPFeqJxlye',1,NULL,'2019-04-20 22:17:43','0:0:0:0:0:0:0:1',0,'user123','','','',0,'2019-04-20 22:17:43','2019-04-20 22:17:43',0);
INSERT INTO `litemall_user` VALUES (1,'user123','$2a$10$lTu9qi0hr19OC800Db.eludFr0AXuJUSrMHi/iPYhKRlPFeqJxlye',1,NULL,'2019-04-20 22:17:43','0:0:0:0:0:0:0:1',0,'user123','','','',
'',
0,'2019-04-20 22:17:43','2019-04-20 22:17:43',0);
/*!40000 ALTER TABLE `litemall_user` ENABLE KEYS */;
UNLOCK TABLES;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment