3 Foreign Key Constraints
Constraint Name | Child Column | Parent Column | Delete Rule | ||
---|---|---|---|---|---|
dataset_contact_fk_id_dataset_fkey |
|
|
Cascade on delete | ||
dataset_contact_fk_id_contact_fkey |
|
|
Restrict delete | ||
link_fk_id_dataset_fkey |
|
|
Cascade on delete |
Check Constraints
Table | Constraint Name | Constraint |
---|---|---|
html_template | html_template_section_check | ((section = ANY (ARRAY['main'::text, 'contact'::text, 'link'::text]))) |