Commit 1e40b37d by 仲光辉

feat: add sql.

parent 4dd0bd01
## 变更协议 ## 变更协议
...@@ -1574,6 +1574,11 @@ UPDATE text_data t SET t.value = '[ ...@@ -1574,6 +1574,11 @@ UPDATE text_data t SET t.value = '[
ALTER TABLE contract_model ALTER TABLE contract_model
ADD COLUMN sub_type tinyint COMMENT '二级类型: 1: 合同变更协议模版'; ADD COLUMN sub_type tinyint COMMENT '二级类型: 1: 合同变更协议模版';
alter table contract_file
modify type int(1) null comment '类型:1合同文件(contract);2变更主体文件(company_change)3.合同附件 4.退租附件 ;5.物业费合同;6。合同补充协议 7意向书合同文件 ; 8温馨涵 9:意向书附件;10:合同变更附件 11:通知文书(etc.交楼单) 12:合同变更协议文件';
......
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