This commit is contained in:
wangwei01 2019-10-21 10:46:10 +08:00
commit 26566d84f9

View File

@ -129,7 +129,7 @@ DROP TABLE IF EXISTS `try_play`;
CREATE TABLE `try_play` (
`idx` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id',
`accountid` varchar(60) NOT NULL DEFAULT '' COMMENT '账号id',
`appid` varchar(256) NOT NULL DEFAULT '0' COMMENT 'appid',
`appid` varchar(60) NOT NULL DEFAULT '0' COMMENT 'appid',
`status` int(11) NOT NULL DEFAULT '0' COMMENT '领取状态',
`create_time` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
`modify_time` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',