Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
location_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
description | text | 2147483647 | √ |
|
|
A detailed explanation or definition of the location type. |
||||
location_type | varchar(40) | 40 | √ |
|
|
The name or designation of the location type (e.g., country, city, lake). |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_location_types_pkey | Primary key | Asc | location_type_id |
tbl_location_types_location_type_key | Must be unique | Asc | location_type |
tbl_location_types_location_type_unique | Must be unique | Asc | location_type |