12345678910111213141516 |
- ALTER TABLE `mob_db`
- ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
- ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
- ;
- ALTER TABLE `mob_db2`
- ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
- ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
- ;
- ALTER TABLE `mob_db_re`
- ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
- ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
- ;
- ALTER TABLE `mob_db2_re`
- ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
- ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
- ;
|