Skip to content

Commit 3bace80

Browse files
committed
MySQL:更新表
1 parent 105cff2 commit 3bace80

22 files changed

+180
-79
lines changed

MySQL/single/Auto/UIGO/sys_Device.sql

Lines changed: 9 additions & 7 deletions
Large diffs are not rendered by default.

MySQL/single/Auto/UIGO/sys_Flow.sql

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

MySQL/single/Auto/UIGO/sys_Input.sql

Lines changed: 122 additions & 27 deletions
Large diffs are not rendered by default.

MySQL/single/Auto/UIGO/sys_Output.sql

Lines changed: 5 additions & 4 deletions
Large diffs are not rendered by default.

MySQL/single/Auto/UIGO/sys_System.sql

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

MySQL/single/Auto/UnitAuto/sys_Method.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ UNLOCK TABLES;
7676
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
7777
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
7878

79-
-- Dump completed on 2024-05-26 15:36:35
79+
-- Dump completed on 2024-06-16 16:00:37

MySQL/single/Auto/sys_Chain.sql

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ CREATE TABLE `Chain` (
3030
`toGroupId` bigint(20) NOT NULL DEFAULT '0',
3131
`groupId` bigint(20) NOT NULL,
3232
`groupName` varchar(100) NOT NULL,
33+
`rank` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
3334
`documentId` bigint(20) NOT NULL DEFAULT '0',
35+
`documentName` varchar(100) DEFAULT NULL,
3436
`randomId` bigint(20) NOT NULL DEFAULT '0',
37+
`randomName` varchar(100) DEFAULT NULL,
3538
`scriptId` bigint(20) NOT NULL DEFAULT '0',
3639
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
3740
PRIMARY KEY (`id`),
@@ -45,7 +48,7 @@ CREATE TABLE `Chain` (
4548

4649
LOCK TABLES `Chain` WRITE;
4750
/*!40000 ALTER TABLE `Chain` DISABLE KEYS */;
48-
INSERT INTO `Chain` VALUES (1,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户',0,0,0,'2024-04-27 09:22:03'),(2,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户',1546414192830,0,0,'2024-04-27 13:08:48'),(3,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户',1560737118846,0,0,'2024-04-27 13:12:38'),(4,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户',1511689914599,0,0,'2024-04-27 13:25:36'),(11,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论',0,0,0,'2024-05-02 13:12:36'),(12,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论',1648334213866,0,0,'2024-05-02 13:15:49'),(13,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论',1546414179257,0,0,'2024-05-02 13:16:02'),(15,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论',1704192205562,0,0,'2024-05-02 13:21:29'),(16,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论',1704192205563,0,0,'2024-05-02 13:21:54'),(17,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论',1511969630372,0,0,'2024-05-02 13:22:10'),(18,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论',1704192205420,0,0,'2024-05-26 07:16:46'),(41,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复',0,0,0,'2024-05-26 06:55:29'),(42,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复',1511970009072,0,0,'2024-05-26 06:55:42'),(43,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复',1511969417633,0,0,'2024-05-26 06:56:14'),(44,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复',1511969630372,0,0,'2024-05-26 06:56:53'),(45,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复',1511969630372,0,0,'2024-05-26 06:57:02');
51+
INSERT INTO `Chain` VALUES (1,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户','2024-04-27 09:22:03',0,NULL,0,NULL,0,'2024-04-27 09:22:03'),(2,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户','2024-04-27 13:08:48',1546414192830,NULL,0,NULL,0,'2024-04-27 13:08:48'),(3,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户','2024-04-27 13:12:38',1560737118846,NULL,0,NULL,0,'2024-04-27 13:12:38'),(4,82001,NULL,0,0,1714209723275,'查询用户列表-查询用户','2024-04-27 13:25:36',1511689914599,NULL,0,NULL,0,'2024-04-27 13:25:36'),(11,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论','2024-05-02 13:12:36',0,NULL,0,NULL,0,'2024-05-02 13:12:36'),(12,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论','2024-05-02 13:15:49',1648334213866,NULL,0,NULL,0,'2024-05-02 13:15:49'),(13,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论','2024-05-02 13:16:02',1546414179257,NULL,0,NULL,0,'2024-05-02 13:16:02'),(15,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论','2024-05-02 13:21:29',1704192205562,NULL,0,NULL,0,'2024-05-02 13:21:29'),(16,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论','2024-05-02 13:21:54',1704192205563,NULL,0,NULL,0,'2024-05-02 13:21:54'),(17,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论','2024-05-02 13:22:10',1511969630372,NULL,0,NULL,0,'2024-05-02 13:22:10'),(18,82001,NULL,0,0,1714655556079,'查询动态列表-查询动态详情-查询评论列表-回复评论','2024-05-26 07:16:46',1704192205420,NULL,0,NULL,0,'2024-05-26 07:16:46'),(41,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复','2024-05-26 06:55:29',0,NULL,0,NULL,0,'2024-05-26 06:55:29'),(42,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复','2024-05-26 06:55:42',1511970009072,NULL,0,NULL,0,'2024-05-26 06:55:42'),(43,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复','2024-05-26 06:56:14',1511969417633,NULL,0,NULL,0,'2024-05-26 06:56:14'),(44,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复','2024-05-26 06:56:53',1511969630372,NULL,0,NULL,0,'2024-05-26 06:56:53'),(45,82001,NULL,0,0,1716706529846,'发布动态-点赞-评论-回复','2024-05-26 06:57:02',1511969630372,NULL,0,NULL,0,'2024-05-26 06:57:02');
4952
/*!40000 ALTER TABLE `Chain` ENABLE KEYS */;
5053
UNLOCK TABLES;
5154
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
@@ -58,4 +61,4 @@ UNLOCK TABLES;
5861
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5962
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
6063

61-
-- Dump completed on 2024-05-26 15:30:36
64+
-- Dump completed on 2024-06-16 0:37:23

MySQL/single/Auto/sys_Random.sql

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

MySQL/single/Auto/sys_Script.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ UNLOCK TABLES;
6060
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
6161
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
6262

63-
-- Dump completed on 2024-05-26 15:30:41
63+
-- Dump completed on 2024-06-16 0:37:30

MySQL/single/Demo/sys_Comment.sql

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

MySQL/single/Demo/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 2024-05-26 15:30:50
53+
-- Dump completed on 2024-06-16 0:37:31

MySQL/single/Demo/sys_Moment.sql

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

MySQL/single/Demo/sys_Praise.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 2024-05-26 15:30:43
53+
-- Dump completed on 2024-06-16 0:37:02

MySQL/single/Demo/sys_Verify.sql

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

MySQL/single/Demo/sys__Visit.sql

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

51-
-- Dump completed on 2024-05-26 15:30:45
51+
-- Dump completed on 2024-06-16 0:37:34

MySQL/single/Demo/sys_apijson_privacy.sql

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

MySQL/single/Demo/sys_apijson_user.sql

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

MySQL/single/Demo/sys_routines.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ SET character_set_client = @saved_cs_client;
6565
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
6666
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
6767

68-
-- Dump completed on 2024-05-26 15:31:11
68+
-- Dump completed on 2024-06-16 0:37:40

MySQL/single/sys_Access.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ UNLOCK TABLES;
6161
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
6262
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
6363

64-
-- Dump completed on 2024-05-26 15:30:34
64+
-- Dump completed on 2024-06-16 0:37:35

MySQL/single/sys_Document.sql

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

MySQL/single/sys_Function.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ UNLOCK TABLES;
6060
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
6161
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
6262

63-
-- Dump completed on 2024-05-26 15:38:03
63+
-- Dump completed on 2024-06-16 0:37:38

MySQL/single/sys_Request.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 2024-05-26 15:30:46
57+
-- Dump completed on 2024-06-16 0:37:24

0 commit comments

Comments
 (0)