Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('alerts_notification_id_seq'::regclass) |
|
|
|||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| is_sent | bool | 1 | null |
|
|
||||||
| project_alert_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| alerts_notification_pkey | Primary key | Asc | id |
| alerts_notification_created_4bb1977b | Performance | Asc | created |
| alerts_notification_project_alert_id_26a4df64 | Performance | Asc | project_alert_id |