1
This commit is contained in:
parent
0b59c96dd8
commit
cf1f24396f
@ -85,7 +85,6 @@ CREATE TABLE `t_staking` (
|
||||
`status` int(11) NOT NULL COMMENT '0:质押中 1:已解押',
|
||||
`txhash` varchar(255) NOT NULL DEFAULT '' COMMENT 'txhash',
|
||||
`nft_type` int(11) NOT NULL COMMENT '',
|
||||
`nft_value` double NOT NULL DEFAULT '0' COMMENT 'nft价值',
|
||||
`nft_reward` double NOT NULL DEFAULT '0' COMMENT '利息',
|
||||
`createtime` int(11) NOT NULL COMMENT '创建时间',
|
||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||
|
Loading…
x
Reference in New Issue
Block a user