This commit is contained in:
aozhiwei 2019-10-18 10:49:28 +08:00
parent ee07f2f6fe
commit 630ecd2b6b

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 '修改时间',