Files
l2j_mobius/trunk/dist/sql/game/character_contacts.sql
mobius a6a3718849
2015-01-01 20:02:50 +00:00

5 lines
215 B
SQL

CREATE TABLE IF NOT EXISTS `character_contacts` (
charId INT UNSIGNED NOT NULL DEFAULT 0,
contactId INT UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (`charId`,`contactId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;