1
This commit is contained in:
parent
af5ca79653
commit
306e505505
@ -31,7 +31,7 @@ CREATE TABLE `t_nft` (
|
|||||||
`owner_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'owner_address',
|
`owner_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'owner_address',
|
||||||
`creator_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'creator_address',
|
`creator_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'creator_address',
|
||||||
`token_id` varchar(60) NOT NULL DEFAULT '' COMMENT 'token_id',
|
`token_id` varchar(60) NOT NULL DEFAULT '' COMMENT 'token_id',
|
||||||
`token_type` int(11) NOT NULL DEFAULT '0' COMMENT 'nft类型 1:英雄 2:枪支 3:芯片 6:荣誉',
|
`token_type` int(11) NOT NULL DEFAULT '0' COMMENT 'nft类型 1:英雄 2:枪支 3:芯片 6:荣誉 7:徽章',
|
||||||
`token_state` int(11) NOT NULL DEFAULT '0' COMMENT '0:正常状态 1:出售中 2:出租中',
|
`token_state` int(11) NOT NULL DEFAULT '0' COMMENT '0:正常状态 1:出售中 2:出租中',
|
||||||
`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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user