mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
This commit is contained in:
6
data/sql/structure/CHARACTERS_CHANNELS_BANS.sql
Normal file
6
data/sql/structure/CHARACTERS_CHANNELS_BANS.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `channels_bans` (
|
||||
`channelId` int(10) unsigned NOT NULL,
|
||||
`playerGUID` int(10) unsigned NOT NULL,
|
||||
`banTime` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`channelId`,`playerGUID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user