This commit is contained in:
aozhiwei 2024-07-08 20:06:57 +08:00
parent 55a110bcba
commit 935fb8ce90

View File

@ -1799,6 +1799,6 @@ CREATE TABLE `t_ticket_consume_record` (
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
PRIMARY KEY (`idx`),
UNIQUE KEY `idx_match_room_uuid_account_id` (`match_room_uuid`, `account_id`),
UNIQUE KEY `idx_match_room_uuid_account_id` (`match_room_uuid`, `account_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;