Commit bffc9a21 by 仲光辉

feat: add sql.

parent b0879ba1
# alter table admin
# alter table admin
......@@ -3938,6 +3938,11 @@ create index idx_contract_uuid_index
create index idx_association_contract_uuid_index
on contract_life_cycle_info (life_cycle_association_contract_uuid);
alter table contract
modify change_type tinyint(1) default 0 null comment ' 变更方式,1扩租,2以大换小,3以小换大,4变更主体(追加补充协议),5变更主体(新增新合同) 6:合同条款变更(含补充协议)';
......
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