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