This commit is contained in:
aozhiwei 2024-06-26 16:44:23 +08:00
parent 4b6d3498e6
commit dd00406fcd

View File

@ -171,6 +171,7 @@ CREATE TABLE `t_hero` (
`active_count` int(11) NOT NULL DEFAULT '0' COMMENT 'active_count',
`activate` int(11) NOT NULL DEFAULT '0' COMMENT '是否激活 1已初始激活',
`activate_time` int(11) NOT NULL DEFAULT '0' COMMENT '激活时间',
`on_chain_time` int(11) NOT NULL DEFAULT '0' COMMENT '上链时间',
`wealth_attr` mediumblob COMMENT '财富值属性',
`seal_type` int(11) NOT NULL DEFAULT '0' COMMENT '0:未封存 1已封存',
`unseal_time` int(11) NOT NULL DEFAULT '0' COMMENT '解开封时间',