Commit caae066b by 仲光辉

feat: add sql.

parent c55cdf9c
# alter table admin # alter table admin
...@@ -3372,6 +3372,11 @@ alter table contract ...@@ -3372,6 +3372,11 @@ alter table contract
alter table contract alter table contract
add is_approval tinyint(1) default 0 null comment '否审批通过 0:否 1:是'; add is_approval tinyint(1) default 0 null comment '否审批通过 0:否 1:是';
alter table room
add is_screen tinyint(1) default 0 null comment '是否是预约屏会议室 0:否 1:是 ';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment