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.

3 lines
150 B

/* 2017-12-26 */
ALTER TABLE `hjmall_yy_goods`
MODIFY COLUMN `virtual_sales` int(11) UNSIGNED NULL DEFAULT 0 COMMENT '虚拟销量' AFTER `sort`;