This commit is contained in:
aozhiwei 2022-01-28 22:33:12 +08:00
parent 91ad3ec256
commit c31dbbb91a

View File

@ -38,6 +38,7 @@ CREATE TABLE `t_box_order` (
`bc_minted` int(11) NOT NULL DEFAULT '0' COMMENT '0:还未生成token 1:已经生成token', `bc_minted` int(11) NOT NULL DEFAULT '0' COMMENT '0:还未生成token 1:已经生成token',
`bc_sync_count` int(11) NOT NULL DEFAULT '0' COMMENT '本节点同步次数', `bc_sync_count` int(11) NOT NULL DEFAULT '0' COMMENT '本节点同步次数',
`bc_sync_time` int(11) NOT NULL DEFAULT '0' COMMENT '本节点最后一次同步时间', `bc_sync_time` int(11) NOT NULL DEFAULT '0' COMMENT '本节点最后一次同步时间',
`bc_sync_block_number` varchar(60) NOT NULL DEFAULT '' COMMENT '同步时的块id',
`bc_mint_count` int(11) NOT NULL DEFAULT '0' COMMENT '尝试生成token次数', `bc_mint_count` int(11) NOT NULL DEFAULT '0' COMMENT '尝试生成token次数',
`bc_mint_time` int(11) NOT NULL DEFAULT '0' COMMENT '最后一次生成token时间', `bc_mint_time` int(11) NOT NULL DEFAULT '0' COMMENT '最后一次生成token时间',
`bc_result` int(11) NOT NULL DEFAULT '0' COMMENT '区块链执行结果 0:失败 1:成功', `bc_result` int(11) NOT NULL DEFAULT '0' COMMENT '区块链执行结果 0:失败 1:成功',