Private Roads
State of Connecticut
@usgov.state_of_connecticut_private_roads_e071d
State of Connecticut
@usgov.state_of_connecticut_private_roads_e071d
CREATE TABLE table_1 (
"objectid" BIGINT,
"route_id" BIGINT,
"begin_point" DOUBLE,
"end_point" DOUBLE,
"route_direction" VARCHAR,
"road_number" BIGINT,
"road_suffix" VARCHAR,
"ne_desc" VARCHAR,
"assumed_ownership" VARCHAR,
"assm_own_desc" VARCHAR,
"assumed_road_type" VARCHAR,
"assm_rdtyp_desc" VARCHAR,
"town_number" BIGINT,
"town_name" VARCHAR,
"year" BIGINT,
"globalid" VARCHAR,
"created_user" VARCHAR,
"created_date" VARCHAR,
"last_edited_user" VARCHAR,
"last_edited_date" VARCHAR,
"shape_length" DOUBLE
);
Anyone who has the link will be able to view this.