l2j_mobius/trunk/dist/db_installer/sql/game/crests.sql
2015-08-30 17:39:57 +00:00

7 lines
208 B
SQL

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;