1
This commit is contained in:
parent
c2e04dce01
commit
208c8ac757
@ -103,6 +103,7 @@ CREATE TABLE `t_nft` (
|
||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||
PRIMARY KEY (`idx`),
|
||||
UNIQUE KEY `token_id` (`token_id`),
|
||||
KEY `owner_address_token_type` (`owner_address`, `token_type`),
|
||||
KEY `owner_address` (`owner_address`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
Loading…
x
Reference in New Issue
Block a user