Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. company_contacts (company_id PK/FK, contact_id PK/FK)
  2.  
  3. parties (id PK)
  4. contacts (party_id PK/FK, name, surname)
  5. companies (party_id PK/FK, company_name, ...)
  6. party_phones (party_id PK/FK, phone_id PK/FK)
  7. party_emails (party_id PK/FK, email_id PK/FK)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement