mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
@@ -189,8 +189,8 @@ DROP TABLE IF EXISTS `auctionbidders`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `auctionbidders` (
|
||||
`id` INT(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bidderguid` INT(10) unsigned NOT NULL DEFAULT '0',
|
||||
`id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bidderguid` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`,`bidderguid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -2787,4 +2787,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2017-04-19 1:08:18
|
||||
-- Dump completed on 2018-02-18 19:49:38
|
||||
|
||||
Reference in New Issue
Block a user