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