18.10.2018, 22:11
Extra would show AUTO_INCREMENT for column `userID` if it was set but it is not.
Empty the table and click on "Cambiar" ("Change") for `userID` and tick "A_I" field or execute:
Empty the table and click on "Cambiar" ("Change") for `userID` and tick "A_I" field or execute:
pawn Code:
ALTER TABLE Usuarios MODIFY userID INT(8) UNSIGNED NOT NULL AUTO_INCREMENT;