SyntaxFix
Write A Post
Hire A Developer
Questions
The id should set as auto-increment.
auto-increment
To modify an existing id column to auto-increment, just add this
ALTER TABLE card_games MODIFY id int NOT NULL AUTO_INCREMENT;