12.02.2018, 20:58
Quote:
Yes, my logs do say this message. And I think my SQL structure is fine. Here is the query on how I create my table:
PHP код:
|
PHP код:
CREATE TABLE IF NOT EXISTS `Users` ( `ID` INT NOT NULL , `Username` VARCHAR(24) NOT NULL , `IP` VARCHAR(16) NOT NULL , `Job` INT NOT NULL , `Skin` INT NOT NULL , `X` FLOAT NOT NULL , `Y` FLOAT NOT NULL , `Z` FLOAT NOT NULL , `Angle` FLOAT NOT NULL , `Interior` INT NOT NULL , `Money` INT NOT NULL , `Health` FLOAT NOT NULL , `Armor` FLOAT NOT NULL , `RegisterDate` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP);
Also, you forget to show what the query looks like after formatting like I asked for (print the string/query and show us here).