fk_countries_clusters |
countries.cluster_id |
clusters.cluster_id |
Restrict delete |
fk_countries_continents |
countries.continent_id |
continents.continent_id |
Restrict delete |
fk_countries_equiv_countries |
countries_equiv.country_id |
countries.country_id |
Cascade on delete |
FK_countries_official_regions |
countries.region_id |
official_regions.region_id |
Restrict delete |
fk_countries_parents |
countries.parent_country_id |
countries.country_id |
Restrict delete |
fk_languages_equiv_languages |
languages_equiv.language_id |
languages.language_id |
Cascade on delete |
FK_official_regions_continents |
official_regions.continent_id |
continents.continent_id |
Restrict delete |
fk_regions_countries_countries |
regions_countries.country_id |
countries.country_id |
Cascade on delete |
fk_regions_countries_regions |
regions_countries.region_id |
regions.region_id |
Cascade on delete |
fk_regions_regions_child |
regions_regions.child_region_id |
regions.region_id |
Cascade on delete |
fk_regions_regions_parent |
regions_regions.parent_region_id |
regions.region_id |
Cascade on delete |