fix: 增加ne_list字段的长度限制,修改相关SQL脚本
This commit is contained in:
@@ -17,7 +17,7 @@ CREATE TABLE "trace_task" (
|
||||
"create_time" integer,
|
||||
"title" text(255),
|
||||
"remark" text(500),
|
||||
"ne_list" text(32) NOT NULL,
|
||||
"ne_list" text(255) NOT NULL,
|
||||
"notify_url" text(128) NOT NULL,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user