I created a couple of tables on phpmyadmin and now I return to them and I try to edit them and set their primary key as unsigned
.
The type of the primary key is INT, the Length 11, Default is None, no collation, Not Null, AutoIncreament is true and no Attributes.
I try to change the Attributes to be Unsigned and I get the error
Query Error : £1025 - Error or rename of './mydatabase/£sql-de8a2_daa21b' to './mydatabase/mytable' (errno: 150)
Why I am getting this and how can I fix this?
Thank you