Refactored tools\sql\server to tools\sql\game.
This commit is contained in:
5
trunk/dist/tools/sql/game/airships.sql
vendored
Normal file
5
trunk/dist/tools/sql/game/airships.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `airships` (
|
||||
`owner_id` INT, -- object id of the player or clan, owner of this airship
|
||||
`fuel` decimal(5,0) NOT NULL DEFAULT 600,
|
||||
PRIMARY KEY (`owner_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user