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
180 B

/* 2017-12-28 */
ALTER TABLE `hjmall_yy_goods`
MODIFY COLUMN `shop_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '0' COMMENT '门店id' AFTER `sales`;