i have table and i tried to add
`id` int(11) NOT NULL auto_increment,
to table but i get
ERROR 1075: Incorrect table definition; There can only be one auto column and it must be defined as a key
So the questions are:
- How I can find which one is the key column
- Can I change it without problems and add the new ID field (with autoincrement)?