Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_perform_notification_recipient_id_seq'::regclass) |
|
|
||||
active | int2 | 5 | 0 |
|
|
|||||
notification_id | int8 | 19 | null |
|
|
|||||
core_relationship_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_perfnotireci_id_pk | Primary key | Asc | id |
app_perfnotireci_cor_ix | Performance | Asc | core_relationship_id |
app_perfnotireci_not_ix | Performance | Asc | notification_id |
app_perfnotireci_notcor_uix | Must be unique | Asc/Asc | notification_id + core_relationship_id |