From e6d3688938eb8f5fa1d017bfac45218179e20c89 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Mon, 15 Jul 2019 11:39:18 +0800 Subject: [PATCH] =?UTF-8?q?[SQL][=E4=BF=AE=E6=94=B9][=E4=B8=BAwx=5Fshop?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V201907151125__G_ALTER_SHOP.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql b/mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql index 5cbc3757e..604ffe739 100644 --- a/mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql +++ b/mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql @@ -1,3 +1,3 @@ alter table `wx_shop` -add column 'business' int(11) default 0 COMMENT '预置业态', -add column 'rent' bigint(12) default 0 COMMENT '参与租金'; +add column business int(11) default 0 COMMENT '预置业态', +add column rent bigint(12) default 0 COMMENT '参与租金';