Table: project_note_comment

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK project_note_comment_key decimal(15)      
2.   project_note_key decimal(15)   project_note fk_project_note_comment1
3.   commentor decimal(15)   person fk_project_note_comment2
4.   create_date datetime      
5.   modified_date datetime      
6.   modifier decimal(15)   person fk_project_note_comment3
7.   comments varchar(2000)      
Foreign Keys
Column References Foreign Key Name
Table Column
commentor person person_key fk_project_note_comment2
modifier person person_key fk_project_note_comment3
project_note_key project_note project_note_key fk_project_note_comment1
Referenced from
Table Column Foreign Key Name
note_comment_attachment project_note_comment_key fk_note_comment_attachment1
Indices
Index Name Unique Column Name Asc Or Desc
pk_project_note_comment true project_note_comment_key Asc