1
This commit is contained in:
parent
ee07f2f6fe
commit
630ecd2b6b
@ -129,7 +129,7 @@ DROP TABLE IF EXISTS `try_play`;
|
|||||||
CREATE TABLE `try_play` (
|
CREATE TABLE `try_play` (
|
||||||
`idx` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
`idx` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||||||
`accountid` varchar(60) NOT NULL DEFAULT '' 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 '领取状态',
|
`status` int(11) NOT NULL DEFAULT '0' COMMENT '领取状态',
|
||||||
`create_time` 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 '修改时间',
|
`modify_time` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user