It seems that most things I have read about mySQL recommend having a PRIMARY KEY that is an autonumber column in most tables (?).
I have a table in which the invoice number is unique and I want to make it my primary key and not have an autonumber column. Is there any downside to ditching the autonumber column? Thanks.
