1
This commit is contained in:
commit
eb42b19efb
@ -1032,7 +1032,7 @@ DROP TABLE IF EXISTS `t_chip_page`;
|
||||
CREATE TABLE `t_chip_page` (
|
||||
`idx` bigint NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||||
`account_id` varchar(60) NOT NULL DEFAULT '' COMMENT '账号id',
|
||||
`hero_uniid` int(11) NOT NULL DEFAULT '0' COMMENT '英雄唯一id';
|
||||
`hero_uniid` int(11) NOT NULL DEFAULT '0' COMMENT '英雄唯一id',
|
||||
`data` mediumblob COMMENT 'data',
|
||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||
|
Loading…
x
Reference in New Issue
Block a user