Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| location_id | varchar | 2147483647 | null |
|
|
|||||||||||||||||||||||||||
| description | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||
| last_update | date | 13 | now() |
|
|
|||||||||||||||||||||||||||
| latitude | float8 | 17,17 | √ | null |
|
|
||||||||||||||||||||||||||
| longitude | float8 | 17,17 | √ | null |
|
|
||||||||||||||||||||||||||
| scale_factor | float8 | 17,17 | √ | null |
|
|
||||||||||||||||||||||||||
| geometry | geometry | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
| street_level | varchar | 16 | √ | null |
|
|
||||||||||||||||||||||||||
| is_intersection | int4 | 10 | 0 |
|
|
|||||||||||||||||||||||||||
| council_district | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||
| location_group | int2 | 5 | √ | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| atd_txdot_locations_pk | Primary key | Asc | location_id |
| atd_txdot_locations_council_district_idx | Performance | Asc | council_district |
| atd_txdot_locations_geometry_index | Performance | Asc | geometry |
| atd_txdot_locations_group_index | Performance | Asc | location_group |
| atd_txdot_locations_unique_id_key | Must be unique | Asc | location_id |
| atd_txdot_locations_unique_id_uindex | Must be unique | Asc | location_id |



