Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| alert_id | int4 | 10 | null |
|
|
|||
| followup_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_alert_followup | Primary key | Asc/Asc | alert_id + followup_id |
| idx_alert_followup_alert_id | Performance | Asc | alert_id |
| idx_alert_followup_followup_id | Performance | Asc | followup_id |
