recreation_asset_geom

-1 rows


Description

1:1 geometry store for individual assets, separated from the main asset record for performance and schema clarity.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
asset_id int8 19 null
recreation_asset.asset_id fk_asset_geom_asset C

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

Relationships