Commit ef45a812 by 仲光辉

feat: add some new SQL.

parent bf8b646a
# # 2022.05.25
# # 2022.05.25
......@@ -4788,6 +4788,31 @@ CREATE TABLE product_service
CREATE INDEX idx_service_name ON product_service (service_name);
alter table recommended_in
add email VARCHAR(50) null comment '邮箱';
alter table recommended_in
add phone VARCHAR(30) null comment '电话';
alter table recommended_in_record
add expire_time DATETIME null comment '二维码过期时间';
alter table expand_data
modify data_system_name int(1) not null comment '数据在系统内的名称. 1.改造复原 2:天花板 3:墙面 4:形象墙 5:地面 6:照明设施 7:门窗 8:配电设施 9:门禁 10:家私损坏 11:门锁 12:其他 13:打印费及其他费用 14:家私缺陷/清理费用 15:清洁费用 16:商务服务费 17:是否办妥以租赁单元为注册地址或营业地址的工商注销或变更手续 18:应交商务服务费用 19:应交滞纳金及违约金 20:应交总结金额 21:交楼单验收项目 22: 企业资料 23: 推荐入驻商务小程序二维码 在系统内是一个枚举';
alter table expand_data
modify data_value text null comment '数据取值 如果是多选按钮则其取值可以使用英文逗号分隔';
alter table expand_data
modify data_type int(1) not null comment '数据类型.1:退租 2:交楼单 3: 企业资料 4: 推荐入驻商务小程序二维码 在系统内一个枚举值';
......
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