Commit a6c305c9 by 仲光辉

feat: add sql.

parent f4e498d7
# alter table admin
# alter table admin
......@@ -3946,6 +3946,15 @@
# 2023.12.11
alter table contract
add is_join_contract_model tinyint(1) default 1 null comment '是否参与生成合同模版 0:否 1:是';
alter table contract
change is_join_contract_model is_join_generate_bill_template tinyint(1) default 1 null comment '是否参与生成账单导入模版 0:否 1:是';
alter table contract
change is_join_generate_bill_template is_join_generate_bill_import_template tinyint(1) default 1 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