This commit is contained in:
aozhiwei 2022-04-03 22:12:36 +08:00
parent b5a1049cf6
commit 582b3cb789
2 changed files with 5 additions and 1 deletions

View File

@ -56,6 +56,7 @@ CREATE TABLE `t_box_order` (
`nonce` varchar(60) NOT NULL DEFAULT '' COMMENT 'nonce',
`signature` varchar(255) NOT NULL DEFAULT '' COMMENT '签名',
`net_id` varchar(60) NOT NULL DEFAULT '' COMMENT 'net_id',
`bc_pay_txhash` varchar(255) NOT NULL DEFAULT '' COMMENT 'bc_pay_txhash',
`bc_paid` int(11) NOT NULL DEFAULT '0' COMMENT '是否已支付',
`bc_pay_count` int(11) NOT NULL DEFAULT '0' COMMENT '支付次数',
`bc_pay_time` int(11) NOT NULL DEFAULT '0' COMMENT '本节点最后一次支付时间',
@ -63,6 +64,7 @@ CREATE TABLE `t_box_order` (
`bc_pay_success_block_number` varchar(60) NOT NULL DEFAULT '' COMMENT '支付成功块id',
`bc_pay_confirm_time` int(11) NOT NULL DEFAULT '0' COMMENT '支付成功被确认时间',
`bc_minted1` int(11) NOT NULL DEFAULT '0' COMMENT 'nft是否已创建',
`bc_mint_txhash1` varchar(255) NOT NULL DEFAULT '' COMMENT 'bc_mint_txhash',
`bc_mint_tokenid1` varchar(60) NOT NULL DEFAULT '' COMMENT 'token_id',
`bc_mint_need1` int(11) NOT NULL DEFAULT '0' COMMENT 'need',
`bc_mint_itemid1` int(11) NOT NULL DEFAULT '0' COMMENT '道具id',
@ -73,6 +75,7 @@ CREATE TABLE `t_box_order` (
`bc_mint_success_block_number1` varchar(60) NOT NULL DEFAULT '' COMMENT 'nft生成成功块id',
`bc_mint_confirm_time1` int(11) NOT NULL DEFAULT '0' COMMENT 'nft生成被确认时间',
`bc_minted2` int(11) NOT NULL DEFAULT '0' COMMENT 'nft是否已创建',
`bc_mint_txhash2` varchar(255) NOT NULL DEFAULT '' COMMENT 'bc_mint_txhash',
`bc_mint_tokenid2` varchar(60) NOT NULL DEFAULT '' COMMENT 'token_id',
`bc_mint_need2` int(11) NOT NULL DEFAULT '0' COMMENT 'need',
`bc_mint_itemid2` int(11) NOT NULL DEFAULT '0' COMMENT '道具id',
@ -83,6 +86,7 @@ CREATE TABLE `t_box_order` (
`bc_mint_success_block_number2` varchar(60) NOT NULL DEFAULT '' COMMENT 'nft生成成功块id',
`bc_mint_confirm_time2` int(11) NOT NULL DEFAULT '0' COMMENT 'nft生成被确认时间',
`bc_minted3` int(11) NOT NULL DEFAULT '0' COMMENT 'nft是否已创建',
`bc_mint_txhash3` varchar(255) NOT NULL DEFAULT '' COMMENT 'bc_mint_txhash',
`bc_mint_tokenid3` varchar(60) NOT NULL DEFAULT '' COMMENT 'token_id',
`bc_mint_need3` int(11) NOT NULL DEFAULT '0' COMMENT 'need',
`bc_mint_itemid3` int(11) NOT NULL DEFAULT '0' COMMENT '道具id',

@ -1 +1 @@
Subproject commit 5727491de22e050cc027c5f7b16eff56782633c7
Subproject commit d1e7d7e56b59cf6b75ab727a04c1f223cae1cbbd