diff --git a/sql/bcnftdb.sql b/sql/bcnftdb.sql index 6f436aba..67546889 100644 --- a/sql/bcnftdb.sql +++ b/sql/bcnftdb.sql @@ -31,7 +31,7 @@ CREATE TABLE `t_nft` ( `owner_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'owner_address', `creator_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'creator_address', `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:出租中', `item_id` int(11) NOT NULL DEFAULT '0' COMMENT '道具id', `deleted` int(11) NOT NULL DEFAULT '0' COMMENT 'deleted',