Table: project_alert_recipient

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK alert_key decimal(15)   project_alert fk_project_alert_recipient1
2. PK person_key decimal(15)   person fk_project_alert_recipient2
3.   was_read char(1) ('N')    
Foreign Keys
Column References Foreign Key Name
Table Column
person_key person person_key fk_project_alert_recipient2
alert_key project_alert alert_key fk_project_alert_recipient1
Check Constraints
Name Definition
cc_par_was_read ([was_read]='N' OR [was_read]='Y')
Indices
Index Name Unique Column Name Asc Or Desc
pk_project_alert_recipient true alert_key Asc
    person_key  
idx_project_alert_recipient1 false person_key Asc