Alternative database installer.
This commit is contained in:
11
trunk/dist/tools/sql/server/custom_teleport.sql
vendored
Normal file
11
trunk/dist/tools/sql/server/custom_teleport.sql
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
CREATE TABLE IF NOT EXISTS `custom_teleport` (
|
||||
`Description` varchar(75) DEFAULT NULL,
|
||||
`id` mediumint(7) unsigned NOT NULL DEFAULT '0',
|
||||
`loc_x` mediumint(6) DEFAULT NULL,
|
||||
`loc_y` mediumint(6) DEFAULT NULL,
|
||||
`loc_z` mediumint(6) DEFAULT NULL,
|
||||
`price` int(10) unsigned DEFAULT NULL,
|
||||
`fornoble` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`itemId` smallint(5) unsigned NOT NULL DEFAULT '57',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user