Refactored tools\sql\server to tools\sql\game.
This commit is contained in:
6
trunk/dist/tools/sql/game/fishing_championship.sql
vendored
Normal file
6
trunk/dist/tools/sql/game/fishing_championship.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS `fishing_championship`;
|
||||
CREATE TABLE IF NOT EXISTS `fishing_championship` (
|
||||
`player_name` VARCHAR(35) NOT NULL,
|
||||
`fish_length` DOUBLE(10,3) NOT NULL,
|
||||
`rewarded` INT(1) NOT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user