This commit is contained in:
aozhiwei 2022-04-01 15:46:19 +08:00
parent c2e04dce01
commit 208c8ac757

View File

@ -103,6 +103,7 @@ CREATE TABLE `t_nft` (
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间', `modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
PRIMARY KEY (`idx`), PRIMARY KEY (`idx`),
UNIQUE KEY `token_id` (`token_id`), UNIQUE KEY `token_id` (`token_id`),
KEY `owner_address_token_type` (`owner_address`, `token_type`),
KEY `owner_address` (`owner_address`) KEY `owner_address` (`owner_address`)
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; ) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */; /*!40101 SET character_set_client = @saved_cs_client */;