Alternative database installer.
This commit is contained in:
10
trunk/dist/tools/sql/server/olympiad_nobles_eom.sql
vendored
Normal file
10
trunk/dist/tools/sql/server/olympiad_nobles_eom.sql
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE IF NOT EXISTS `olympiad_nobles_eom` (
|
||||
`charId` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`class_id` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`olympiad_points` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_done` smallint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_won` smallint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_lost` smallint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_drawn` smallint(3) unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`charId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user