Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('features_id_seq'::regclass) |
|
|
||||
component_id | int4 | 10 | null |
|
|
|||||
ctn_segment_id | int4 | 10 | null |
|
|
|||||
from_address_min | int4 | 10 | √ | null |
|
|
||||
to_address_max | int4 | 10 | √ | null |
|
|
||||
full_street_name | varchar | 2147483647 | √ | null |
|
|
||||
line_type | varchar | 2147483647 | √ | null |
|
|
||||
symbol | int4 | 10 | √ | 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 street segment feature was created |
||||
created_by_user_id | int4 | 10 | √ | null |
|
|
User ID of the creator of the street segment feature |
|||
updated_by_user_id | int4 | 10 | √ | null |
|
|
User ID of the last updater of the street segment feature |
|||
updated_at | timestamptz | 35,6 | √ | now() |
|
|
Timestamp of the last update of the street segment feature |