
Resolve Issue: SQL 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 2
13 lines
392 B
SQL
13 lines
392 B
SQL
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
|
|
;
|