This commit is contained in:
6
trunk/dist/sql/community/registered_gameservers.sql
vendored
Normal file
6
trunk/dist/sql/community/registered_gameservers.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `registered_gameservers` (
|
||||
`serverId` int(11) NOT NULL DEFAULT '0',
|
||||
`hex_id` varchar(50) NOT NULL DEFAULT '',
|
||||
`host` varchar(50) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (`serverId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user