init
This commit is contained in:
4
sql/flow_update_read.sql
Normal file
4
sql/flow_update_read.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE sys_flow_task
|
||||
ADD COLUMN is_read TINYINT(1) DEFAULT 0 COMMENT '是否已读';
|
||||
ALTER TABLE sys_flow_task_his
|
||||
ADD COLUMN is_read TINYINT(1) DEFAULT 0 COMMENT '是否已读';
|
||||
Reference in New Issue
Block a user