LanguageToCountryMaps


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
SeoPageMetadatas.language_to_country_map_id SeoPageMetadatas_language_to_country_map_id_fkey R
SeoTextualContents.country_code_to_language_code_id SeoTextualContents_country_code_to_language_code_id_fkey R
country_code text 2147483647 null
Countries.code LanguageToCountryMaps_country_code_fkey R
language_code text 2147483647 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
LanguageToCountryMaps_pkey Primary key Asc id
growth_LanguageToCountryMaps_country_code_idx Performance Asc country_code

Relationships