Constraints

5 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule
fk_pattern_org
pattern.organization_id
organization.id
Restrict delete
fk_pattern_source
pattern.patternsource_id
patternsource.id
Restrict delete
fk_pattern_attr_pattern
pattern_attribute.pattern_id
pattern.id
Restrict delete
fk_pattern_attr_attr
pattern_attribute.attribute_id
attribute.id
Restrict delete
fk_pattern_attr_type
pattern_attribute.type_id
type.id
Restrict delete

Check Constraints

Table Constraint Name Constraint
None detected