Forum Moderators: open
ID collection
1 Style1
2 Style2
3 Style3
.
.
.
I want each value in the collecion column to be distinct. So I figured I'd set it up to where the ID column is auto_increment and the collection column is the Primary Key (because I want the values in this column to be distinct). However, when I try to save this table I get the following error:
1075 Incorrect table definition there can only be one auto column and it must be defined as a key
Any help would be appreciated.