update sql/postgresql/ruoyi-vue-pro.sql.
read_status 类型修改为bool Signed-off-by: 御码滴汉子 <1024@cong.zone>
This commit is contained in:
parent
f59119bf6e
commit
87670265b2
@ -4239,7 +4239,7 @@ CREATE TABLE "system_notify_message" (
|
||||
"template_content" varchar(1024) COLLATE "pg_catalog"."default" NOT NULL,
|
||||
"template_type" int4 NOT NULL,
|
||||
"template_params" varchar(255) COLLATE "pg_catalog"."default" NOT NULL,
|
||||
"read_status" varchar(1) COLLATE "pg_catalog"."default" NOT NULL,
|
||||
"read_status"" bool NOT NULL,
|
||||
"read_time" timestamp(6),
|
||||
"creator" varchar(64) COLLATE "pg_catalog"."default",
|
||||
"create_time" timestamp(6) NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user