feature_drawn_lines

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('features_id_seq'::regclass)
component_id int4 10 null
project_extent_id varchar 2147483647 null
source_layer varchar 2147483647 null
geography geography 2147483647 null
is_deleted bool 1 false
length_feet int4 10 (st_length(geography) * (3.28084)::double precision)
created_at timestamptz 35,6 now()

Timestamp of when the line feature was created

created_by_user_id int4 10 null
moped_users.user_id fk_feature_drawn_lines_created_byR

User ID of the creator of the line feature

updated_by_user_id int4 10 null
moped_users.user_id fk_feature_drawn_lines_updated_byR

User ID of the last updater of the line feature

updated_at timestamptz 35,6 now()

Timestamp of the last update of the line feature

Relationships