Table: note_comment_attachment

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK project_note_comment_key decimal(15)   project_note_comment fk_note_comment_attachment1
2. PK attachment_key decimal(15)   attachment fk_note_comment_attachment2
Foreign Keys
Column References Foreign Key Name
Table Column
attachment_key attachment attachment_key fk_note_comment_attachment2
project_note_comment_key project_note_comment project_note_comment_key fk_note_comment_attachment1
Indices
Index Name Unique Column Name Asc Or Desc
pk_note_comment_attachment true project_note_comment_key Asc
    attachment_key  
idx_note_comment_attachment1 true attachment_key Asc