Location.type[]).
Primary Keys:
- location_type_id
- location_id - links to the location table
| Column | Data Type | Description |
|---|---|---|
| location_type_id | varchar | Unique identifier for the type row |
| location_id | varchar | FK to the parent location record |
| text | varchar | Display text for the location type |

