update_ufutx_s2_shop_sku

This commit is contained in:
tian 2025-04-08 15:13:54 +08:00
parent be0d625d59
commit ff76583f52

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_sku` ADD `min_num` INT UNSIGNED NOT NULL DEFAULT '1' COMMENT '最少购买数量' AFTER `price`;