This commit is contained in:
aozhiwei 2022-04-22 20:31:11 +08:00
parent 1baa833f20
commit 3661ba3b1b

View File

@ -167,6 +167,7 @@ CREATE TABLE `t_nft` (
`item_id` int(11) NOT NULL DEFAULT '0' COMMENT '道具id', `item_id` int(11) NOT NULL DEFAULT '0' COMMENT '道具id',
`deleted` int(11) NOT NULL DEFAULT '0' COMMENT 'deleted', `deleted` int(11) NOT NULL DEFAULT '0' COMMENT 'deleted',
`opened` int(11) NOT NULL DEFAULT '0' COMMENT 'opened', `opened` int(11) NOT NULL DEFAULT '0' COMMENT 'opened',
`confirm_count` int(11) NOT NULL DEFAULT '0' COMMENT 'confirm_count',
`confirm_block_number` bigint NOT NULL DEFAULT '0' COMMENT 'confirm_block_number', `confirm_block_number` bigint NOT NULL DEFAULT '0' COMMENT 'confirm_block_number',
`rand_attr` mediumblob COMMENT '随机属性', `rand_attr` mediumblob COMMENT '随机属性',
`tags` varchar(60) NOT NULL DEFAULT '' COMMENT 'tags', `tags` varchar(60) NOT NULL DEFAULT '' COMMENT 'tags',