diff --git a/sql/gamedb.sql b/sql/gamedb.sql index cf830bc6..94806056 100644 --- a/sql/gamedb.sql +++ b/sql/gamedb.sql @@ -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 */;