From 899ca5001e4691d1f87032960b09598ce3c288be Mon Sep 17 00:00:00 2001 From: wangning <164851225@qq.com> Date: Mon, 2 Apr 2018 18:48:04 +0800 Subject: [PATCH] update --- src/db/modify.sql | 3 +++ 1 file changed, 3 insertions(+) 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:不跳过'; +