Authored by 陈峰

commit

... ... @@ -46,3 +46,5 @@ CREATE TABLE IF NOT EXISTS act_prize_product_user (
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) DEFAULT CHARSET=utf8;
GO;
ALTER TABLE act_prize_product_user ADD INDEX INDEX_ACT_PRIZE_ID_UID (`act_prize_id`, `uid`);
GO;
\ No newline at end of file
... ...