Commit 71b68ab4 by 仲光辉

feat: add sql.

parent 7303a3bf
# alter table admin
# alter table admin
......@@ -3978,6 +3978,9 @@ alter table contract_life_cycle_info
alter table contract
add rent_include_electricity tinyint(1) null comment '租金是否包含电费 0:否 1:是 ';
alter table contract_file
add relation_business_uuid varchar(64) null comment '关联 业务 uuid (合同变更老合同的uuid)';
......
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