From ca3dce8c84662d94f3cd278e7304fe6a1b87cec7 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Tue, 17 Dec 2024 14:04:26 +0800 Subject: [PATCH] Create 1734160972_change_ufutx_s2_shop_express.up.sql --- 1734160972_change_ufutx_s2_shop_express.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1734160972_change_ufutx_s2_shop_express.up.sql diff --git a/1734160972_change_ufutx_s2_shop_express.up.sql b/1734160972_change_ufutx_s2_shop_express.up.sql new file mode 100644 index 0000000..ca0ca85 --- /dev/null +++ b/1734160972_change_ufutx_s2_shop_express.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_express` ADD `province_code` INT UNSIGNED NOT NULL DEFAULT '1' COMMENT '省份代码' AFTER `address`; \ No newline at end of file