diff --git a/SQL/paradise_schema.sql b/SQL/paradise_schema.sql index e20af7b7874..76cf709d0d0 100644 --- a/SQL/paradise_schema.sql +++ b/SQL/paradise_schema.sql @@ -249,9 +249,9 @@ CREATE TABLE `player` ( `nanoui_fancy` smallint(4) DEFAULT '1', `show_ghostitem_attack` smallint(4) DEFAULT '1', `lastchangelog` varchar(32) NOT NULL, - 'space_parallax' smallint(4) DEFAULT '1', - 'space_dust' smallint(4) DEFAULT '1', - 'parallax_speed' smallint(4) DEFAULT '2', + `space_parallax` smallint(4) DEFAULT '1', + `space_dust` smallint(4) DEFAULT '1', + `parallax_speed` smallint(4) DEFAULT '2', PRIMARY KEY (`id`), UNIQUE KEY `ckey` (`ckey`) ) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1; diff --git a/SQL/paradise_schema_prefixed.sql b/SQL/paradise_schema_prefixed.sql index 72691cb5ad8..be4d737d3ac 100644 --- a/SQL/paradise_schema_prefixed.sql +++ b/SQL/paradise_schema_prefixed.sql @@ -249,9 +249,9 @@ CREATE TABLE `SS13_player` ( `nanoui_fancy` smallint(4) DEFAULT '1', `show_ghostitem_attack` smallint(4) DEFAULT '1', `lastchangelog` varchar(32) NOT NULL, - 'space_parallax' smallint(4) DEFAULT '1', - 'space_dust' smallint(4) DEFAULT '1', - 'parallax_speed' smallint(4) DEFAULT '2', + `space_parallax` smallint(4) DEFAULT '1', + `space_dust` smallint(4) DEFAULT '1', + `parallax_speed` smallint(4) DEFAULT '2', PRIMARY KEY (`id`), UNIQUE KEY `ckey` (`ckey`) ) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;