From e9a7d1db489045be822c79efe4eeb0c8c74d46ea Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Fri, 13 Dec 2024 16:53:02 +0800 Subject: [PATCH] Create 1734079973_change_ufutx_s2_shop_cart.up.sql --- 1734079973_change_ufutx_s2_shop_cart.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1734079973_change_ufutx_s2_shop_cart.up.sql diff --git a/1734079973_change_ufutx_s2_shop_cart.up.sql b/1734079973_change_ufutx_s2_shop_cart.up.sql new file mode 100644 index 0000000..5c5b7b4 --- /dev/null +++ b/1734079973_change_ufutx_s2_shop_cart.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_cart` ADD `ship` TINYINT UNSIGNED NOT NULL DEFAULT '2' COMMENT '1=自提,2=邮寄' AFTER `num`; \ No newline at end of file