Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| code | varchar | 255 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| translationKey | varchar | 255 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| defaultName | varchar | 255 | null |
|
|
Displayed name for the location as shown to clients. The value is rendered exactly as stored in the database (no formatting or capitalization changes applied). For example, if the stored value is “SINGAPORE”, clients will see “SINGAPORE”. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| coordinate | geography | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| administrativeLevelId | uuid | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| originId | varchar | 255 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| slug | varchar | 255 | √ | NULL::character varying |
|
|
Slug for the location |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| boundingBox | _float8 | 17,17 | √ | null |
|
|
Bounding Box for location. Contains a list of numbers in the following format: {westward lng}, {southern lat}, {eastward lng}, {northern lat} |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| Locations_pkey | Primary key | Asc | id |
| Locations_code_key | Must be unique | Asc | code |
| public_Locations_slug_idx | Performance | Asc | slug |

