Constraints

8 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule
project.user_id
user.user_id
Restrict delete
project_view_data.view_id
project_view.view_id
Restrict delete
country.location_id
country.project_id
location.location_id
project.project_id
Cascade on delete
index_values.index_id
index.index_id
Restrict delete
project_view.project_id
project.project_id
Restrict delete
state.country_id
state.location_id
state.project_id
country.country_id
location.location_id
project.project_id
Cascade on delete
index.project_id
project.project_id
Restrict delete
lob.location_id
lob.project_id
location.location_id
project.project_id
Cascade on delete

Check Constraints

Table Constraint Name Constraint