actor.copy_alert_suppress

Cascading Deletes: Deleting rows from this table will cascade to: config.copy_alert_type, actor.org_unit.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('actor.copy_alert_suppress_id_seq'::regclass)

org FK

integer

No

actor.org_unit(id)

alert_type FK

integer

No

config.copy_alert_type(id)

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

alert_type

config.copy_alert_type(id)

CASCADE

NO ACTION

No

copy_alert_suppress_alert_type_fkey

org

actor.org_unit(id)

CASCADE

NO ACTION

No

copy_alert_suppress_org_fkey

Indexes

Index Method Definition

copy_alert_suppress_pkey PK

btree

CREATE UNIQUE INDEX copy_alert_suppress_pkey ON actor.copy_alert_suppress USING btree (id)