Skip to content

Commit 16a3a88

Browse files
committed
更新table,加入几个测试用的Comment
1 parent 86e1a3e commit 16a3a88

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

table/sys_Comment.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CREATE TABLE `Comment` (
4141

4242
LOCK TABLES `Comment` WRITE;
4343
/*!40000 ALTER TABLE `Comment` DISABLE KEYS */;
44-
INSERT INTO `Comment` VALUES (3,0,371,82002,59960,'This is a Content...-3','2017-02-01 11:20:50',371),(4,0,470,38710,82002,'This is a Content...-4','2017-02-01 11:20:50',470),(13,0,58,82005,93793,'This is a Content...-13','2017-02-01 11:20:50',58),(22,221,470,82001,70793,'This is a Content...-22','2017-02-01 11:20:50',470),(44,0,170,82003,93793,'This is a Content...-44','2017-02-01 11:20:50',170),(45,0,301,93793,99700,'This is a Content...-45','2017-02-01 11:20:50',301),(47,4,470,70793,70793,'This is a Content...-47','2017-02-01 11:20:50',470),(51,45,301,82003,70793,'This is a Content...-51','2017-02-01 11:20:50',301),(54,0,170,82004,93793,'This is a Content...-54','2017-02-01 11:20:50',170),(68,0,371,82005,70793,'This is a Content...-68','2017-02-01 11:20:50',371),(76,45,301,93793,70793,'This is a Content...-76','2017-02-01 11:20:50',301),(77,13,58,93793,35234,'This is a Content...-77','2017-02-01 11:20:50',58),(97,13,58,82006,14326,'This is a Content...-97','2017-02-01 11:20:50',58),(99,44,170,70793,7166,'This is a Content...-99','2017-02-01 11:20:50',170),(110,0,371,93793,0,'This is a Content...-110',NULL,371),(114,0,371,82001,NULL,'This is a Content...-114','2017-03-02 05:56:06',371),(115,0,371,38710,0,'This is a Content...-115','2017-03-02 05:56:06',371),(116,0,371,70793,0,'This is a Content...-116','2017-03-02 05:56:06',371),(120,0,301,93793,0,'This is a Content...-110','2017-03-02 05:56:06',301),(124,0,301,82001,0,'This is a Content...-114','2017-03-02 05:56:06',301),(157,NULL,371,93793,70793,'This is a Content...-157','2017-02-01 11:20:50',371),(158,0,301,93793,70793,'This is a Content...-157',NULL,301);
44+
INSERT INTO `Comment` VALUES (3,0,371,82002,59960,'This is a Content...-3','2017-02-01 11:20:50',371),(4,0,470,38710,82002,'This is a Content...-4','2017-02-01 11:20:50',470),(13,0,58,82005,93793,'This is a Content...-13','2017-02-01 11:20:50',58),(22,221,470,82001,70793,'This is a Content...-22','2017-02-01 11:20:50',470),(44,0,170,82003,93793,'This is a Content...-44','2017-02-01 11:20:50',170),(45,0,301,93793,99700,'This is a Content...-45','2017-02-01 11:20:50',301),(47,4,470,70793,70793,'This is a Content...-47','2017-02-01 11:20:50',470),(51,45,301,82003,70793,'This is a Content...-51','2017-02-01 11:20:50',301),(54,0,170,82004,93793,'This is a Content...-54','2017-02-01 11:20:50',170),(68,0,371,82005,70793,'This is a Content...-68','2017-02-01 11:20:50',371),(76,45,301,93793,70793,'This is a Content...-76','2017-02-01 11:20:50',301),(77,13,58,93793,35234,'This is a Content...-77','2017-02-01 11:20:50',58),(97,13,58,82006,14326,'This is a Content...-97','2017-02-01 11:20:50',58),(99,44,170,70793,7166,'This is a Content...-99','2017-02-01 11:20:50',170),(110,0,371,93793,0,'This is a Content...-110',NULL,371),(114,0,371,82001,NULL,'This is a Content...-114','2017-03-02 05:56:06',371),(115,0,371,38710,0,'This is a Content...-115','2017-03-02 05:56:06',371),(116,0,371,70793,0,'This is a Content...-116','2017-03-02 05:56:06',371),(120,0,301,93793,0,'This is a Content...-110','2017-03-02 05:56:06',301),(124,0,301,82001,0,'This is a Content...-114','2017-03-02 05:56:06',301),(157,NULL,371,93793,70793,'This is a Content...-157','2017-02-01 11:20:50',371),(158,0,301,93793,70793,'This is a Content...-157',NULL,301),(160,0,235,82001,38710,'This is a Content...-160','2017-03-02 05:56:06',235),(161,NULL,592,93793,70793,'This is a Content...-161','2017-02-01 11:20:50',592),(162,0,12,93793,82001,'This is a Content...-162','2017-03-06 05:03:45',12),(163,0,235,82001,38710,'This is a Content...-163','2017-03-02 05:56:06',235),(164,0,12,93793,82001,'This is a Content...-164','2017-03-06 05:03:45',12);
4545
/*!40000 ALTER TABLE `Comment` ENABLE KEYS */;
4646
UNLOCK TABLES;
4747
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
@@ -54,4 +54,4 @@ UNLOCK TABLES;
5454
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5555
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5656

57-
-- Dump completed on 2017-03-05 23:43:45
57+
-- Dump completed on 2017-03-06 13:25:29

table/sys_Login.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ UNLOCK TABLES;
5050
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5151
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5252

53-
-- Dump completed on 2017-03-05 23:43:45
53+
-- Dump completed on 2017-03-06 13:25:29

table/sys_Moment.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ UNLOCK TABLES;
5454
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5555
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5656

57-
-- Dump completed on 2017-03-05 23:43:45
57+
-- Dump completed on 2017-03-06 13:25:28

table/sys_Password.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ UNLOCK TABLES;
5151
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5252
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5353

54-
-- Dump completed on 2017-03-05 23:43:45
54+
-- Dump completed on 2017-03-06 13:25:29

table/sys_Request.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ UNLOCK TABLES;
5353
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5454
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5555

56-
-- Dump completed on 2017-03-05 23:43:45
56+
-- Dump completed on 2017-03-06 13:25:29

table/sys_User.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CREATE TABLE `User` (
4343

4444
LOCK TABLES `User` WRITE;
4545
/*!40000 ALTER TABLE `User` DISABLE KEYS */;
46-
INSERT INTO `User` VALUES (38710,0,'Lemon',1,NULL,'13000038710','http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000','2017-02-01 11:21:50','[82003, 38710, 38710, 38710, 38710, 38710, 1485533005139, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 82001, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710, 38710]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(70793,0,'Name-70793',0,'djdj','13000070793','http://static.oschina.net/uploads/user/585/1170143_50.jpg?t=1390226446000','2017-02-01 11:21:50','[38710]','[\"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\", \"http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg\", \"https://camo.githubusercontent.com/788c0a7e11a\", \"https://camo.githubusercontent.com/f513f67\"]'),(82001,0,'Name-82001',1,'Android','13000082001','http://static.oschina.net/uploads/user/19/39085_50.jpg','2017-02-01 11:21:50','[82004, 1485246481130, 1485530826061, 1485533004030, 1485533005754, 1485533010062, 1485533006646, 1485533006471, 1485533005139, 93793, 1487512676970, 1488378449469, 82001, 82001, 82001, 82001, 82001, 90814, 82001, 82001, 82012, 82001, 82001, 82001, 82001, 82001, 82001, 82001, 82001, 82001, 82001, 82001, 82001, 82001, 1485533005969]','[\"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(82002,1,'Name-82002',1,NULL,'13000082002','http://static.oschina.net/uploads/user/1174/2348263_50.png?t=1439773471000','2017-02-01 11:21:50',NULL,NULL),(82003,1,'Name-82003',1,NULL,'13000082003','http://common.cnblogs.com/images/wechat.png','2017-02-01 11:21:50',NULL,NULL),(82004,0,'Tommy',0,'fasef','13000082004','http://static.oschina.net/uploads/user/1200/2400261_50.png?t=1439638750000','2017-02-01 11:21:50',NULL,NULL),(82005,1,'Name-82005',0,'AG','13000082005','http://my.oschina.net/img/portrait.gif?t=1451961935000','2017-02-01 11:21:50',NULL,NULL),(82006,1,'Name-82006',0,NULL,'13000082006','http://static.oschina.net/uploads/user/998/1997902_50.jpg?t=1407806577000','2017-02-01 11:21:50',NULL,NULL),(82012,0,'Name-82012',0,'FEWE','13000082012','http://static.oschina.net/uploads/user/1/3064_50.jpg?t=1449566001000','2017-02-01 11:21:50','[82004, 82002, 82012, 82012, 93793]',NULL),(90814,0,'Name-90814',1,NULL,'13000090814','http://static.oschina.net/uploads/user/51/102723_50.jpg?t=1449212504000','2017-02-01 11:21:50',NULL,NULL),(93793,0,'Name-93793',1,'GES','13000093793','http://static.oschina.net/uploads/user/48/96331_50.jpg','2017-02-01 11:21:50',NULL,NULL),(93794,0,'Lemon',0,NULL,'99999999999','http://static.oschina.net/uploads/user/48/97721_50.jpg?t=1451544779000','2017-02-01 11:21:50',NULL,NULL),(1485246481130,0,'Tommy',0,NULL,'12345678900','http://static.oschina.net/uploads/user/48/96289_50.jpg?t=1452751699000','2017-02-01 11:21:50',NULL,NULL),(1485246779901,1,'Tommy',0,NULL,'12345678901','http://static.oschina.net/uploads/user/19/39085_50.jpg','2017-02-01 11:21:50',NULL,NULL),(1485530807814,0,'Lemon',0,NULL,'12345678902','http://static.oschina.net/uploads/user/1332/2664107_50.jpg?t=1457405500000','2017-02-01 11:21:50',NULL,NULL),(1485530826061,0,'Lemon',0,NULL,'12345678903','http://static.oschina.net/uploads/user/1385/2770216_50.jpg?t=1464405516000','2017-02-01 11:21:50',NULL,NULL),(1485532732138,0,'Lemon',0,NULL,'12345678904','http://static.oschina.net/uploads/user/427/855532_50.jpg?t=1435030876000','2017-02-01 11:21:50',NULL,NULL),(1485533004030,1,'Tommy',0,NULL,'12345678905','http://static.oschina.net/uploads/user/629/1258821_50.jpg?t=1378063141000','2017-02-01 11:21:50',NULL,NULL),(1485533005139,0,'Tommy',0,NULL,'12345678906','http://static.oschina.net/uploads/user/1200/2400261_50.png?t=1439638750000','2017-02-01 11:21:50',NULL,NULL),(1485533005311,0,'Tommy',0,NULL,'12345678907','http://my.oschina.net/img/portrait.gif?t=1451961935000','2017-02-01 11:21:50',NULL,NULL),(1485533005754,1,'gaeg',0,NULL,'12345678908','http://static.oschina.net/uploads/user/585/1170143_50.jpg?t=1390226446000','2017-02-01 11:21:50',NULL,NULL),(1485533005793,0,'GASG',0,NULL,'12345678909','http://common.cnblogs.com/images/wechat.png','2017-02-01 11:21:50',NULL,NULL),(1485533005969,1,'gagasgas',0,NULL,'12345678910','http://static.oschina.net/uploads/user/998/1997902_50.jpg?t=1407806577000','2017-02-01 11:21:50',NULL,NULL),(1485533006198,0,'Lemon',0,NULL,'12345678911','http://static.oschina.net/uploads/user/48/96331_50.jpg','2017-02-01 11:21:50',NULL,NULL),(1485533006303,0,'sdf',0,'fasdg','12345678912','http://static.oschina.net/uploads/user/1385/2770216_50.jpg?t=1464405516000','2017-02-01 11:21:50',NULL,NULL),(1485533006471,1,'GAS',0,NULL,'12345678913','http://my.oschina.net/img/portrait.gif?t=1451961935000','2017-02-01 11:21:50',NULL,NULL),(1485533006646,1,'HRETJ',0,NULL,'12345678914','http://static.oschina.net/uploads/user/1332/2664107_50.jpg?t=1457405500000','2017-02-01 11:21:50',NULL,NULL),(1485533010062,1,'Lemonqt',0,NULL,'12345678915','http://static.oschina.net/uploads/user/629/1258821_50.jpg?t=1378063141000','2017-02-01 11:21:50',NULL,NULL),(1485533010202,0,'SAG',0,NULL,'12345678916','http://static.oschina.net/uploads/user/1332/2664107_50.jpg?t=1457405500000','2017-02-01 11:21:50',NULL,NULL),(1485533010380,0,'treha',0,NULL,'12345678917','http://static.oschina.net/uploads/user/1200/2400261_50.png?t=1439638750000','2017-02-01 11:21:50',NULL,NULL),(1485533010483,0,'BRBTEG',0,NULL,'12345678918','http://static.oschina.net/uploads/user/48/96289_50.jpg?t=1452751699000','2017-02-01 11:21:50',NULL,NULL),(1487512676970,0,'herhs',0,NULL,'12345678919','http://common.cnblogs.com/images/icon_weibo_24.png','2017-02-19 13:57:56',NULL,NULL),(1488473066471,0,'NewUser',0,NULL,'13000082019','/storage/emulated/0/output_image.jpg','2017-03-02 16:44:26','[70793]',NULL),(1488621574081,0,'APIJSONUser',0,NULL,'13000082015','/storage/emulated/0/output_image.jpg','2017-03-04 09:59:34','[38710, 1488621574081, 82001]',NULL),(1488621873562,0,'APIJSONUser',0,NULL,'13000082016',NULL,'2017-03-04 10:04:33',NULL,NULL),(1488621904086,0,'APIJSONUser',0,NULL,'13000082017',NULL,'2017-03-04 10:05:04','[70793, 82006, 1488621904086]',NULL),(1488622827857,0,'APIJSONUser',0,NULL,'13000082018',NULL,'2017-03-04 10:20:27',NULL,NULL),(1488622959038,0,'APIJSONUser',0,NULL,'13000082020',NULL,'2017-03-04 10:22:39','[82001, 82002, 82003, 1488622959038, 1485246481130]',NULL),(1488640277910,0,'APIJSONUser',0,NULL,'13000082010','/storage/emulated/0/output_image.jpg','2017-03-04 15:11:17','[1488640277910, 38710, 82002, 1488640277910, 1488640277910, 1488640277910, 1488640277910, 1485246481130]',NULL),(1488643325534,0,'APIJSONUser',0,NULL,'13000082021',NULL,'2017-03-04 16:02:05',NULL,NULL),(1488643442503,0,'APIJSONUser',0,NULL,'13000038711',NULL,'2017-03-04 16:04:02',NULL,NULL),(1488707511472,0,'APIJSONUser',0,NULL,'13000038712',NULL,'2017-03-05 09:51:51',NULL,NULL),(1488707572184,0,'APIJSONUser',0,NULL,'13000038713',NULL,'2017-03-05 09:52:52',NULL,NULL),(1488707617655,0,'APIJSONUser',0,NULL,'13000038714',NULL,'2017-03-05 09:53:37',NULL,NULL),(1488707874944,0,'APIJSONUser',0,NULL,'13000038715',NULL,'2017-03-05 09:57:54',NULL,NULL),(1488727542397,0,'APIJSONUser',0,NULL,'13000038720',NULL,'2017-03-05 15:25:42',NULL,NULL);
46+
INSERT INTO `User` VALUES (38710,0,'Lemon',1,NULL,'13000038710','http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000','2017-02-01 11:21:50','[82003, 1485533005139]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(70793,0,'Name-70793',0,'djdj','13000070793','http://static.oschina.net/uploads/user/585/1170143_50.jpg?t=1390226446000','2017-02-01 11:21:50','[38710]','[\"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\", \"http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg\", \"https://camo.githubusercontent.com/788c0a7e11a\", \"https://camo.githubusercontent.com/f513f67\"]'),(82001,0,'Name-82001',1,'Android','13000082001','http://static.oschina.net/uploads/user/19/39085_50.jpg','2017-02-01 11:21:50','[82004, 1485246481130, 1485530826061, 1485533004030, 1485533005754, 1485533010062, 1485533006646, 1485533006471, 1485533005139, 93793, 1487512676970, 1488378449469, 90814, 82012, 1485533005969]','[\"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(82002,1,'Name-82002',1,NULL,'13000082002','http://static.oschina.net/uploads/user/1174/2348263_50.png?t=1439773471000','2017-02-01 11:21:50',NULL,NULL),(82003,1,'Name-82003',1,NULL,'13000082003','http://common.cnblogs.com/images/wechat.png','2017-02-01 11:21:50',NULL,NULL),(82004,0,'Tommy',0,'fasef','13000082004','http://static.oschina.net/uploads/user/1200/2400261_50.png?t=1439638750000','2017-02-01 11:21:50',NULL,NULL),(82005,1,'Name-82005',0,'AG','13000082005','http://my.oschina.net/img/portrait.gif?t=1451961935000','2017-02-01 11:21:50',NULL,NULL),(82006,1,'Name-82006',0,NULL,'13000082006','http://static.oschina.net/uploads/user/998/1997902_50.jpg?t=1407806577000','2017-02-01 11:21:50',NULL,NULL),(82012,0,'Name-82012',0,'FEWE','13000082012','http://static.oschina.net/uploads/user/1/3064_50.jpg?t=1449566001000','2017-02-01 11:21:50','[82004, 82002, 82012, 82012, 93793]',NULL),(90814,0,'Name-90814',1,NULL,'13000090814','http://static.oschina.net/uploads/user/51/102723_50.jpg?t=1449212504000','2017-02-01 11:21:50',NULL,NULL),(93793,0,'Name-93793',1,'GES','13000093793','http://static.oschina.net/uploads/user/48/96331_50.jpg','2017-02-01 11:21:50',NULL,NULL),(93794,0,'Lemon',0,NULL,'99999999999','http://static.oschina.net/uploads/user/48/97721_50.jpg?t=1451544779000','2017-02-01 11:21:50',NULL,NULL),(1485246481130,0,'Tommy',0,NULL,'12345678900','http://static.oschina.net/uploads/user/48/96289_50.jpg?t=1452751699000','2017-02-01 11:21:50',NULL,NULL),(1485246779901,1,'Tommy',0,NULL,'12345678901','http://static.oschina.net/uploads/user/19/39085_50.jpg','2017-02-01 11:21:50',NULL,NULL),(1485530807814,0,'Lemon',0,NULL,'12345678902','http://static.oschina.net/uploads/user/1332/2664107_50.jpg?t=1457405500000','2017-02-01 11:21:50',NULL,NULL),(1485530826061,0,'Lemon',0,NULL,'12345678903','http://static.oschina.net/uploads/user/1385/2770216_50.jpg?t=1464405516000','2017-02-01 11:21:50',NULL,NULL),(1485532732138,0,'Lemon',0,NULL,'12345678904','http://static.oschina.net/uploads/user/427/855532_50.jpg?t=1435030876000','2017-02-01 11:21:50',NULL,NULL),(1485533004030,1,'Tommy',0,NULL,'12345678905','http://static.oschina.net/uploads/user/629/1258821_50.jpg?t=1378063141000','2017-02-01 11:21:50',NULL,NULL),(1485533005139,0,'Tommy',0,NULL,'12345678906','http://static.oschina.net/uploads/user/1200/2400261_50.png?t=1439638750000','2017-02-01 11:21:50',NULL,NULL),(1485533005311,0,'Tommy',0,NULL,'12345678907','http://my.oschina.net/img/portrait.gif?t=1451961935000','2017-02-01 11:21:50',NULL,NULL),(1485533005754,1,'gaeg',0,NULL,'12345678908','http://static.oschina.net/uploads/user/585/1170143_50.jpg?t=1390226446000','2017-02-01 11:21:50',NULL,NULL),(1485533005793,0,'GASG',0,NULL,'12345678909','http://common.cnblogs.com/images/wechat.png','2017-02-01 11:21:50',NULL,NULL),(1485533005969,1,'gagasgas',0,NULL,'12345678910','http://static.oschina.net/uploads/user/998/1997902_50.jpg?t=1407806577000','2017-02-01 11:21:50',NULL,NULL),(1485533006198,0,'Lemon',0,NULL,'12345678911','http://static.oschina.net/uploads/user/48/96331_50.jpg','2017-02-01 11:21:50',NULL,NULL),(1485533006303,0,'sdf',0,'fasdg','12345678912','http://static.oschina.net/uploads/user/1385/2770216_50.jpg?t=1464405516000','2017-02-01 11:21:50',NULL,NULL),(1485533006471,1,'GAS',0,NULL,'12345678913','http://my.oschina.net/img/portrait.gif?t=1451961935000','2017-02-01 11:21:50',NULL,NULL),(1485533006646,1,'HRETJ',0,NULL,'12345678914','http://static.oschina.net/uploads/user/1332/2664107_50.jpg?t=1457405500000','2017-02-01 11:21:50',NULL,NULL),(1485533010062,1,'Lemonqt',0,NULL,'12345678915','http://static.oschina.net/uploads/user/629/1258821_50.jpg?t=1378063141000','2017-02-01 11:21:50',NULL,NULL),(1485533010202,0,'SAG',0,NULL,'12345678916','http://static.oschina.net/uploads/user/1332/2664107_50.jpg?t=1457405500000','2017-02-01 11:21:50',NULL,NULL),(1485533010380,0,'treha',0,NULL,'12345678917','http://static.oschina.net/uploads/user/1200/2400261_50.png?t=1439638750000','2017-02-01 11:21:50',NULL,NULL),(1485533010483,0,'BRBTEG',0,NULL,'12345678918','http://static.oschina.net/uploads/user/48/96289_50.jpg?t=1452751699000','2017-02-01 11:21:50',NULL,NULL),(1487512676970,0,'herhs',0,NULL,'12345678919','http://common.cnblogs.com/images/icon_weibo_24.png','2017-02-19 13:57:56',NULL,NULL),(1488473066471,0,'NewUser',0,NULL,'13000082019','/storage/emulated/0/output_image.jpg','2017-03-02 16:44:26','[70793]',NULL),(1488621574081,0,'APIJSONUser',0,NULL,'13000082015','/storage/emulated/0/output_image.jpg','2017-03-04 09:59:34','[38710, 1488621574081, 82001]',NULL),(1488621873562,0,'APIJSONUser',0,NULL,'13000082016',NULL,'2017-03-04 10:04:33',NULL,NULL),(1488621904086,0,'APIJSONUser',0,NULL,'13000082017',NULL,'2017-03-04 10:05:04','[70793, 82006, 1488621904086]',NULL),(1488622827857,0,'APIJSONUser',0,NULL,'13000082018',NULL,'2017-03-04 10:20:27',NULL,NULL),(1488622959038,0,'APIJSONUser',0,NULL,'13000082020',NULL,'2017-03-04 10:22:39','[82001, 82002, 82003, 1488622959038, 1485246481130]',NULL),(1488640277910,0,'APIJSONUser',0,NULL,'13000082010','/storage/emulated/0/output_image.jpg','2017-03-04 15:11:17','[1488640277910, 38710, 82002, 1488640277910, 1488640277910, 1488640277910, 1488640277910, 1485246481130]',NULL),(1488643325534,0,'APIJSONUser',0,NULL,'13000082021',NULL,'2017-03-04 16:02:05',NULL,NULL),(1488643442503,0,'APIJSONUser',0,NULL,'13000038711',NULL,'2017-03-04 16:04:02',NULL,NULL),(1488707511472,0,'APIJSONUser',0,NULL,'13000038712',NULL,'2017-03-05 09:51:51',NULL,NULL),(1488707572184,0,'APIJSONUser',0,NULL,'13000038713',NULL,'2017-03-05 09:52:52',NULL,NULL),(1488707617655,0,'APIJSONUser',0,NULL,'13000038714',NULL,'2017-03-05 09:53:37',NULL,NULL),(1488707874944,0,'APIJSONUser',0,NULL,'13000038715',NULL,'2017-03-05 09:57:54',NULL,NULL),(1488727542397,0,'APIJSONUser',0,NULL,'13000038720',NULL,'2017-03-05 15:25:42',NULL,NULL);
4747
/*!40000 ALTER TABLE `User` ENABLE KEYS */;
4848
UNLOCK TABLES;
4949
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
@@ -56,4 +56,4 @@ UNLOCK TABLES;
5656
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5757
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5858

59-
-- Dump completed on 2017-03-05 23:43:45
59+
-- Dump completed on 2017-03-06 13:25:28

table/sys_Verify.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ UNLOCK TABLES;
5050
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5151
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5252

53-
-- Dump completed on 2017-03-05 23:43:44
53+
-- Dump completed on 2017-03-06 13:25:28

table/sys_Visit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ UNLOCK TABLES;
5151
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5252
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5353

54-
-- Dump completed on 2017-03-05 23:43:45
54+
-- Dump completed on 2017-03-06 13:25:28

table/sys_Wallet.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ UNLOCK TABLES;
5050
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5151
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5252

53-
-- Dump completed on 2017-03-05 23:43:45
53+
-- Dump completed on 2017-03-06 13:25:29

0 commit comments

Comments
 (0)