Database Installer.
This commit is contained in:
5
trunk/dist/db_installer/sql/game/character_mentees.sql
vendored
Normal file
5
trunk/dist/db_installer/sql/game/character_mentees.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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'
|
||||
);
|
Reference in New Issue
Block a user