I have an
application using MySQL where I want to have a composite primary_key (multiple
columns), but the columns are actually foreign keys to other
tables.
As you can see,
having the first primary_key column created as Autoincrement doesn't
work. Are there any other options for creating this
primary_key?
Thanks