From c6f6092f955df2183bef6684d4305e0a61453b04 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 12 Sep 2024 14:14:08 +0800 Subject: [PATCH] Create 1726121617_change_ufutx_s2_shop_express.up.sql --- 1726121617_change_ufutx_s2_shop_express.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1726121617_change_ufutx_s2_shop_express.up.sql diff --git a/1726121617_change_ufutx_s2_shop_express.up.sql b/1726121617_change_ufutx_s2_shop_express.up.sql new file mode 100644 index 0000000..614cb46 --- /dev/null +++ b/1726121617_change_ufutx_s2_shop_express.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_express` CHANGE `address` `address` VARCHAR(1024) NOT NULL COMMENT '收货地址'; \ No newline at end of file