From 610ce2c8ae73b7e3eb183883c875e752e37e28c5 Mon Sep 17 00:00:00 2001 From: xmzhao71 Date: Mon, 16 Oct 2023 18:44:25 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=B7=BB=E5=8A=A0=E6=9B=B4?= =?UTF-8?q?=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V2023101600001_update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql b/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql index b60b832..a7034a5 100644 --- a/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql +++ b/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql @@ -1,2 +1,2 @@ ALTER TABLE `mallink_suimang`.`wx_third_party_api` -ADD COLUMN `phone` varchar(11) NOT NULL COMMENT ''用户会员手机号'' AFTER `parent_tenant_id`; \ No newline at end of file +ADD COLUMN `phone` varchar(11) NOT NULL COMMENT '用户会员手机号' AFTER `parent_tenant_id`; \ No newline at end of file