|
|
@ -337,3 +337,9 @@ alter table act_app_list MODIFY column is_show_window tinyint(1) DEFAULT 0 COMM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alter table sys_clients_contract add column confirm_time datetime DEFAULT null comment '合同确认时间';
|
|
|
|
alter table sys_clients_contract add column confirm_time datetime DEFAULT null comment '合同确认时间';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alter table act_app_list
|
|
|
|
|
|
|
|
add show_place smallint(3) default '111' not null comment '1:app顶部 10:banner 100:列表'
|
|
|
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|