either you already have an auto_incremented column in your table
or
your table is indexed, but not on the column you are trying to modify for auto_incrementation (IntField), this column must have an index, therefore use the other query, with "add index()" statement
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.