You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
392 B
SQL
13 lines
392 B
SQL
ALTER TABLE `mob_db`
|
|
ADD COLUMN `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL
|
|
;
|
|
ALTER TABLE `mob_db2`
|
|
ADD COLUMN `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL
|
|
;
|
|
ALTER TABLE `mob_db_re`
|
|
ADD COLUMN `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL
|
|
;
|
|
ALTER TABLE `mob_db2_re`
|
|
ADD COLUMN `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL
|
|
;
|