Constraints

3 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule
dataset_contact_fk_id_dataset_fkey
dataset_contact.fk_id_dataset
dataset.id
Cascade on delete
dataset_contact_fk_id_contact_fkey
dataset_contact.fk_id_contact
contact.id
Restrict delete
link_fk_id_dataset_fkey
link.fk_id_dataset
dataset.id
Cascade on delete

Check Constraints

Table Constraint Name Constraint
html_template html_template_section_check ((section = ANY (ARRAY['main'::text, 'contact'::text, 'link'::text])))