2019-1-17.sql
425 Bytes
CREATE TABLE `act_prize_product_content_new` (
`id` int(8) NOT NULL AUTO_INCREMENT,
`act_prize_id` int(8) NOT NULL DEFAULT '0',
`content` text COMMENT '1文本内容、2图片地址、3视频地址[{"floor_type":1, content: ""}, {"floor_type":2,content:""}, {“floor_type": 3, content: ""}]',
PRIMARY KEY (`id`),
KEY `actPrizeId` (`act_prize_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- 把老的数据刷进来