Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asset_id | int8 | 19 | null |
|
|
one geometry record per asset. |
|||||
| geometry_type_code | varchar | 3 | √ | null |
|
|
Short code describing the geometry type (e.g., PT = Point, LN = LineString, PY = Polygon). |
||||
| geometry | geometry | 2147483647 | √ | null |
|
|
geometry for the asset. |
||||
| updated_at | timestamp | 29,6 | √ | now() |
|
|
|||||
| updated_by | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | √ | now() |
|
|
|||||
| created_by | text | 2147483647 | √ | null |
|
|
|||||
| sys_period | tstzrange | 2147483647 | tstzrange(CURRENT_TIMESTAMP, NULL::timestamp with time zone) |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| recreation_asset_geom_pkey | Primary key | Asc | asset_id |
| idx_recreation_asset_geom_geom | Performance | Asc | geometry |

