You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
299 B

/* 拼团商品表 */
ALTER TABLE `hjmall_pt_goods`
MODIFY COLUMN `virtual_sales` int(11) UNSIGNED NULL DEFAULT 0 COMMENT '虚拟销量' AFTER `sort`;
/* 2017-12-15 */
ALTER TABLE `hjmall_pt_goods`
ADD COLUMN `buy_limit` int(11) UNSIGNED NULL DEFAULT 0 COMMENT '限购数量' AFTER `colonel`;