Database Installer.
This commit is contained in:
7
trunk/dist/db_installer/sql/game/crests.sql
vendored
Normal file
7
trunk/dist/db_installer/sql/game/crests.sql
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP TABLE IF EXISTS `crests`;
|
||||
CREATE TABLE IF NOT EXISTS `crests` (
|
||||
`crest_id` INT,
|
||||
`data` VARBINARY(2176) NOT NULL,
|
||||
`type` TINYINT NOT NULL,
|
||||
PRIMARY KEY(`crest_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user