|
|
|
@ -336,4 +336,10 @@ PRIMARY key(`id`)
|
|
|
|
|
alter table act_app_list MODIFY column is_show_window tinyint(1) DEFAULT 0 COMMENT 'app是否弹框'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:列表'
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|