uniform_features

0 rows


Description

This view unifies various geographical feature data from multiple tables such as signals, street segments, intersections, drawn points, and lines. It provides a view of these features along with their attributes, geographic details, and council district associations.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
component_id int4 10 null
table text 2147483647 null
attributes json 2147483647 null
geography geography 2147483647 null
council_districts _int4 10 null
length_feet int4 10 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
created_by_user_id int4 10 null
updated_by_user_id int4 10 null

View Definition