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

5 lines
198 B
SQL

DROP TABLE IF EXISTS `character_mentees`;
CREATE TABLE IF NOT EXISTS `character_mentees` (
`charId` int(10) unsigned NOT NULL DEFAULT '0',
`mentorId` int(10) unsigned NOT NULL DEFAULT '0'
);