migrate/1734079973_change_ufutx_s2_shop_cart.up.sql

1 line
122 B
SQL

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