5 Foreign Key Constraints
Constraint Name | Child Column | Parent Column | Delete Rule | ||
---|---|---|---|---|---|
alert_id_fk |
|
|
Restrict delete | ||
alert_code_alert_type_id_fkey |
|
|
Restrict delete | ||
alert_alert_code_fk |
|
|
Restrict delete | ||
fk_plan_id |
|
|
Restrict delete | ||
fk_prison_number |
|
|
Restrict delete |
Check Constraints
Table | Constraint Name | Constraint |
---|---|---|
bulk_plan | ch_bulk_plan_cleanup_mode | (((cleanup_mode)::text = ANY ((ARRAY['KEEP_ALL'::character varying, 'EXPIRE_FOR_PRISON_NUMBERS_NOT_SPECIFIED'::character varying])::text[]))) |