0

I have two tables:

provider_contact
provider_contact_role

Now i need a join table for those and what's coming to my mind first is:

Option 1: provider_contact_provider_contact_role but this is too long.

Option 2: provider_contact_role which ideally describes the purpose of the table, but that is exactly the same as second table's name :)

What is your suggestion ?

Suren Aznauryan
  • 984
  • 10
  • 24

1 Answers1

0

You can always introduce an X to show that it's a JOIN table?

provider_contact_X_role

providercontactXrole

contactXrole

provider_X_role

Naming Convention question

Community
  • 1
  • 1
Nick B
  • 89
  • 6