Create 1734079973_change_ufutx_s2_shop_cart.up.sql

This commit is contained in:
tian 2024-12-13 16:53:02 +08:00
parent 8dc4df0720
commit e9a7d1db48

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_cart` ADD `ship` TINYINT UNSIGNED NOT NULL DEFAULT '2' COMMENT '1=自提,2=邮寄' AFTER `num`;