Table: project_note_attachment

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK project_note_key decimal(15)   project_note fk_project_note_attachment1
2. PK attachment_key decimal(15)   attachment fk_project_note_attachment2
Foreign Keys
Column References Foreign Key Name
Table Column
attachment_key attachment attachment_key fk_project_note_attachment2
project_note_key project_note project_note_key fk_project_note_attachment1
Indices
Index Name Unique Column Name Asc Or Desc
pk_project_note_attachment true project_note_key Asc
    attachment_key  
idx_project_note_attachment1 true attachment_key Asc