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
MySQL
13 lines
392 B
MySQL
4 months ago
|
ALTER TABLE `mob_db`
|
||
|
ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL
|
||
|
;
|
||
|
ALTER TABLE `mob_db2`
|
||
|
ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL
|
||
|
;
|
||
|
ALTER TABLE `mob_db_re`
|
||
|
ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL
|
||
|
;
|
||
|
ALTER TABLE `mob_db2_re`
|
||
|
ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL
|
||
|
;
|