Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('alerts_notification_issues_id_seq'::regclass) |
|
|
|||||
| notification_id | int4 | 10 | null |
|
|
||||||
| issue_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| alerts_notification_issues_pkey | Primary key | Asc | id |
| alerts_notification_issu_notification_id_issue_id_68701830_uniq | Must be unique | Asc/Asc | notification_id + issue_id |
| alerts_notification_issues_issue_id_19caaee3 | Performance | Asc | issue_id |
| alerts_notification_issues_notification_id_abfc7da3 | Performance | Asc | notification_id |