From 78868226554878e2f52ed4c41630746056944276 Mon Sep 17 00:00:00 2001 From: xmzhao71 Date: Mon, 16 Oct 2023 18:43:45 +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 --- .../main/resources/db/migration/V2023101600001_update.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql b/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql index 274bbf7..b60b832 100644 --- a/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql +++ b/suimangAdmin/src/main/resources/db/migration/V2023101600001_update.sql @@ -1,5 +1,2 @@ ALTER TABLE `mallink_suimang`.`wx_third_party_api` -ADD COLUMN `phone` varchar(11) NOT NULL COMMENT ''用户会员手机号'' AFTER `parent_tenant_id`; - -ALTER TABLE `mallink_suimang`.`wx_third_party_api` -MODIFY COLUMN `type` tinyint NULL DEFAULT 1 COMMENT ''第三方类型,'' AFTER `phone`; \ No newline at end of file +ADD COLUMN `phone` varchar(11) NOT NULL COMMENT ''用户会员手机号'' AFTER `parent_tenant_id`; \ No newline at end of file