1
This commit is contained in:
parent
4b6d3498e6
commit
dd00406fcd
@ -171,6 +171,7 @@ CREATE TABLE `t_hero` (
|
|||||||
`active_count` int(11) NOT NULL DEFAULT '0' COMMENT 'active_count',
|
`active_count` int(11) NOT NULL DEFAULT '0' COMMENT 'active_count',
|
||||||
`activate` int(11) NOT NULL DEFAULT '0' COMMENT '是否激活 1:已初始激活',
|
`activate` int(11) NOT NULL DEFAULT '0' COMMENT '是否激活 1:已初始激活',
|
||||||
`activate_time` int(11) NOT NULL DEFAULT '0' COMMENT '激活时间',
|
`activate_time` int(11) NOT NULL DEFAULT '0' COMMENT '激活时间',
|
||||||
|
`on_chain_time` int(11) NOT NULL DEFAULT '0' COMMENT '上链时间',
|
||||||
`wealth_attr` mediumblob COMMENT '财富值属性',
|
`wealth_attr` mediumblob COMMENT '财富值属性',
|
||||||
`seal_type` int(11) NOT NULL DEFAULT '0' COMMENT '0:未封存 1:已封存',
|
`seal_type` int(11) NOT NULL DEFAULT '0' COMMENT '0:未封存 1:已封存',
|
||||||
`unseal_time` int(11) NOT NULL DEFAULT '0' COMMENT '解开封时间',
|
`unseal_time` int(11) NOT NULL DEFAULT '0' COMMENT '解开封时间',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user