DB: Fixed comments in character_banned table

Closes #1273
This commit is contained in:
laserjet
2011-04-23 10:56:04 +02:00
committed by Shauren
parent ca451a8cd1
commit a2a751b9d6
2 changed files with 2 additions and 1 deletions

View File

@@ -434,7 +434,7 @@ DROP TABLE IF EXISTS `character_banned`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `character_banned` (
`guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Account id',
`guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier',
`bandate` int(10) unsigned NOT NULL DEFAULT '0',
`unbandate` int(10) unsigned NOT NULL DEFAULT '0',
`bannedby` varchar(50) NOT NULL,