1
This commit is contained in:
parent
ee3103c7f3
commit
9c67d5a1b6
@ -695,7 +695,8 @@ CREATE TABLE `t_battle_settlement_single` (
|
||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||
PRIMARY KEY (`idx`),
|
||||
UNIQUE KEY `account_id_battle_uniid` (`account_id`, `battle_uuid`)
|
||||
UNIQUE KEY `account_id_battle_uniid` (`account_id`, `battle_uuid`),
|
||||
KEY `idx_account_id` (`account_id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user