Add unique constraint to worldTravelCountries.country_code and create worldTravelCountryRegions table

This commit is contained in:
Sean Morley
2024-04-12 00:03:14 +00:00
parent a03fc5fb4e
commit d190222573
6 changed files with 599 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "worldTravelCountries" ADD CONSTRAINT "worldTravelCountries_country_code_unique" UNIQUE("country_code");