I have a Job
table and a Contact
table, I need to create another table JobContact
to allow many to many, but I want the JobId
and ContactId
to be used as its primary key.
I need it on the designer so I can add additional columns to it.
Is there a simple way to do this?