1
This commit is contained in:
parent
cf8121f6dd
commit
4e7fa93de3
@ -58,7 +58,8 @@ CREATE TABLE `t_box_order` (
|
|||||||
UNIQUE KEY `order_id` (`order_id`),
|
UNIQUE KEY `order_id` (`order_id`),
|
||||||
UNIQUE KEY `signature` (`signature`),
|
UNIQUE KEY `signature` (`signature`),
|
||||||
KEY `batch_idx` (`batch_idx`),
|
KEY `batch_idx` (`batch_idx`),
|
||||||
KEY `state` (`state`),
|
KEY `bc_paid` (`bc_paid`),
|
||||||
|
KEY `bc_minted` (`bc_minted`),
|
||||||
KEY `done` (`done`)
|
KEY `done` (`done`)
|
||||||
) 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 */;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user