Files
l2j_mobius/trunk/dist/sql/community/registered_gameservers.sql
mobius a6a3718849
2015-01-01 20:02:50 +00:00

6 lines
252 B
SQL

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;