alerts_notification


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('alerts_notification_id_seq'::regclass)
alerts_notification_issues.notification_id alerts_notification__notification_id_abfc7da3_fk_alerts_no R
created timestamptz 35,6 null
is_sent bool 1 null
project_alert_id int4 10 null
alerts_projectalert.id alerts_notification_project_alert_id_26a4df64_fk_alerts_pr R

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

Relationships