Description
概要
【10/6】ヤマダキャンペーン紅玉消費クエスト #1192
【10/8】ヤマダお試しセットの空白期間を減らす jolly/jrye-db#12
CREATE TABLE `user_campaign_quest` (
`user_no` int(11) NOT NULL,
`campaign_no` int(11) NOT NULL,
`quest_no` int(11) NOT NULL,
`receive_flg` tinyint(4) NOT NULL DEFAULT '0',
`border_type` int(11) NOT NULL,
`border_key` int(11) NOT NULL,
`border_count` int(11) NOT NULL,
`clear_count` int(11) NOT NULL DEFAULT '0',
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`user_no`,`campaign_no`,`quest_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;