This commit is contained in:
aozhiwei 2022-02-16 14:51:14 +08:00
parent cf8121f6dd
commit 4e7fa93de3

View File

@ -58,7 +58,8 @@ CREATE TABLE `t_box_order` (
UNIQUE KEY `order_id` (`order_id`),
UNIQUE KEY `signature` (`signature`),
KEY `batch_idx` (`batch_idx`),
KEY `state` (`state`),
KEY `bc_paid` (`bc_paid`),
KEY `bc_minted` (`bc_minted`),
KEY `done` (`done`)
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;