Can someone figure out why I cant change the mysql ID colum from DEFAULT to AUTO_INCREMENT
its gives the next error: /* SQL Error (1075): Incorrect table definition; there can be only one auto column and it must be defined as a key */
I want to change this to AUTO_INCREMENT because if anyone else create's an account the person ingame will be kicked because it safes every account as NULL
Question
Implicit Gaming
Can someone figure out why I cant change the mysql ID colum from DEFAULT to AUTO_INCREMENT
its gives the next error: /* SQL Error (1075): Incorrect table definition; there can be only one auto column and it must be defined as a key */
I want to change this to AUTO_INCREMENT because if anyone else create's an account the person ingame will be kicked because it safes every account as NULL
Link to comment
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now