Skip to content

Commit 5785a0e

Browse files
committed
MySQL:更新表
1 parent 4f53df1 commit 5785a0e

15 files changed

+25
-25
lines changed

MySQL/sys_Access.sql

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

62-
-- Dump completed on 2018-12-10 23:39:35
62+
-- Dump completed on 2018-12-27 23:20:18

MySQL/sys_Comment.sql

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

MySQL/sys_Document.sql

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

MySQL/sys_Function.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 2018-12-10 23:39:30
56+
-- Dump completed on 2018-12-27 23:20:14

MySQL/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 2018-12-10 23:39:39
53+
-- Dump completed on 2018-12-27 23:20:21

MySQL/sys_Moment.sql

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

MySQL/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 2018-12-10 23:39:37
53+
-- Dump completed on 2018-12-27 23:20:19

MySQL/sys_Request.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CREATE TABLE `Request` (
2727
`version` tinyint(4) NOT NULL DEFAULT '1' COMMENT 'GET,HEAD可用任意结构访问任意开放内容,不需要这个字段。\n其它的操作因为写入了结构和内容,所以都需要,按照不同的version选择对应的structure。\n\n自动化版本管理:\nRequest JSON最外层可以传 “version”:Integer 。\n1.未传或 <= 0,用最新版。 “@order”:”version-“\n2.已传且 > 0,用version以上的可用版本的最低版本。 “@order”:”version+”, “version{}”:”>={version}”',
2828
`method` varchar(10) DEFAULT 'GETS' COMMENT '只限于GET,HEAD外的操作方法。',
2929
`tag` varchar(20) NOT NULL COMMENT '标签',
30-
`structure` json NOT NULL COMMENT '结构',
30+
`structure` json NOT NULL COMMENT '结构\nTODO 里面的 PUT 改为 UPDATE,避免和请求 PUT 搞混。',
3131
`detail` varchar(10000) DEFAULT NULL COMMENT '详细说明',
3232
`date` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建日期',
3333
PRIMARY KEY (`id`)
@@ -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 2018-12-10 23:39:34
56+
-- Dump completed on 2018-12-27 23:20:17

MySQL/sys_Response.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 2018-12-10 23:39:40
56+
-- Dump completed on 2018-12-27 23:20:22

MySQL/sys_Test.sql

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

50-
-- Dump completed on 2018-12-10 23:39:38
50+
-- Dump completed on 2018-12-27 23:20:20

0 commit comments

Comments
 (0)