This commit is contained in:
aozhiwei 2023-08-25 14:55:40 +08:00
parent 0b59c96dd8
commit cf1f24396f

View File

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