DB/Characters: fix code indentation
This commit is contained in:
parent
8b02090c0e
commit
338318e262
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,9 @@ DROP TABLE IF EXISTS `battleground_deserters`;
|
|||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `battleground_deserters`
|
||||
(
|
||||
`guid` INT(10) UNSIGNED NOT NULL COMMENT 'characters.guid',
|
||||
`type` TINYINT(3) UNSIGNED NOT NULL COMMENT 'type of the desertion',
|
||||
`datetime` DATETIME NOT NULL COMMENT 'datetime of the desertion'
|
||||
`guid` INT(10) UNSIGNED NOT NULL COMMENT 'characters.guid',
|
||||
`type` TINYINT(3) UNSIGNED NOT NULL COMMENT 'type of the desertion',
|
||||
`datetime` DATETIME NOT NULL COMMENT 'datetime of the desertion'
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue