diff --git a/src/db/modify.sql b/src/db/modify.sql index 24121ae31..9301b1cf6 100644 --- a/src/db/modify.sql +++ b/src/db/modify.sql @@ -343,3 +343,6 @@ alter table act_app_list add show_place smallint(3) default '111' not null comment '1:app顶部 10:banner 100:列表' ; + +alter table sys_clients add COLUMN `skip_contract` tinyint(1) DEFAULT '0' COMMENT '商户跳过签订新合同 1:跳过 0:不跳过'; +