This commit is contained in:
hujiabin 2024-04-21 13:32:52 +08:00
parent e09955c963
commit 4bb13bd884

View File

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