ALTER TABLE `shop_goods`
ADD COLUMN `usage_instruction` VARCHAR(512) NULL COMMENT '商品使用说明'
AFTER `goods_detail`;