|
|
|
@ -239,22 +239,5 @@ ALTER TABLE `financial_bd_prize_log`
|
|
|
|
|
MODIFY COLUMN `manager_id` varchar(50) NOT NULL COMMENT 'bd user id' AFTER `record_id`;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ALTER TABLE sys_files DROP INDEX UK_sys_files;
|
|
|
|
|
|
|
|
|
|
create table sys_clients_contract(
|
|
|
|
|
id varchar(50) not null,
|
|
|
|
|
client_id int(11) not null,
|
|
|
|
|
create_time datetime not null,
|
|
|
|
|
expiry_date date not null,
|
|
|
|
|
has_sign TINYINT(1) DEFAULT 0 not null,
|
|
|
|
|
sign_channel varchar(10) not null ,
|
|
|
|
|
sign_account_id varchar(50) DEFAULT null,
|
|
|
|
|
signatory varchar(20) DEFAULT null,
|
|
|
|
|
PRIMARY key (`id`)
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alter table sys_clients_devices add column is_offline tinyint(1) NOT NULL DEFAULT '0';
|
|
|
|
|
alter table sys_notice
|
|
|
|
|
add is_app_window tinyint default '0' null comment '是否需要APP弹框';
|