Commit bdf27015 by 仲光辉

feat: - add new DDL SQL

parent 88d28a4e
# # 2022.05.25 # # 2022.05.25
...@@ -5234,9 +5234,24 @@ ...@@ -5234,9 +5234,24 @@
### 线上数据已经执行 执行时间: 2022.11.28 1530 ### 线上数据已经执行 执行时间: 2022.11.28 1530
# alter table project_contract_info
# modify is_default int(1) default 0 null comment '是否默认:0-否;1-是 此字段至 2022.12.12 已废弃,请使用 新字段: default_type,保留只是为了数据兼容';
#
# alter table project_contract_info
# add default_type tinyint(1) null comment '默认的类型: 1: 缴费通知单默认 2:发票默认 在系统是一个枚举值';
#
# alter table project_contract_info
# modify default_type varchar(100) null comment '默认的类型: 1: 缴费通知单默认 2:发票默认 在系统是一个枚举值,etc. [1,2] JSON array';
#
# alter table project_contract_info
# modify default_type varchar(100) null comment '默认的类型: 0:未选择为默认1: 缴费通知单默认 2:发票默认 在系统是一个枚举值,etc. [1,2] JSON array';
#
### 线上数据已经执行 执行时间: 2022.12.81 2323
......
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