diff options
Diffstat (limited to 'sql/base/characters_database.sql')
| -rw-r--r-- | sql/base/characters_database.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 9cc2f556875..278545ee4f5 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -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 |
