Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||||||||
| country_code | text | 2147483647 | null |
|
|
|||||||||
| 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 |

