1
This commit is contained in:
parent
ede26a9ef3
commit
8fb795a648
@ -272,7 +272,8 @@ CREATE TABLE `t_721nft_spec_transfer` (
|
||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||
PRIMARY KEY (`idx`),
|
||||
UNIQUE KEY (`src_idx`)
|
||||
UNIQUE KEY (`src_idx`),
|
||||
KEY `idx_net_id_contract_address_status` (`net_id`, `contract_address`, `status`)
|
||||
) 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