1
This commit is contained in:
parent
1e2375ff31
commit
df7c705e4c
@ -82,6 +82,9 @@ CREATE TABLE `t_staking` (
|
|||||||
`stake_time` bigint NOT NULL DEFAULT '0' COMMENT '质押结束时间',
|
`stake_time` bigint NOT NULL DEFAULT '0' COMMENT '质押结束时间',
|
||||||
`unstake_time` bigint NOT NULL DEFAULT '0' COMMENT '解押结束时间',
|
`unstake_time` bigint NOT NULL DEFAULT '0' COMMENT '解押结束时间',
|
||||||
`status` int(11) NOT NULL COMMENT '0:质押中 1:已解押',
|
`status` int(11) NOT NULL COMMENT '0:质押中 1:已解押',
|
||||||
|
`txhash` varchar(255) NOT NULL DEFAULT '' COMMENT 'txhash',
|
||||||
|
`ceg_value` double NOT NULL DEFAULT '0' COMMENT 'ceg价值',
|
||||||
|
`ceg_reward` double NOT NULL DEFAULT '0' COMMENT '利息',
|
||||||
`createtime` int(11) NOT NULL COMMENT '创建时间',
|
`createtime` int(11) NOT NULL COMMENT '创建时间',
|
||||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||||
PRIMARY KEY (`idx`),
|
PRIMARY KEY (`idx`),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user