Public Right Of Way Permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_public_right_of_way_permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_public_right_of_way_permits
CREATE TABLE table_1 (
"application_type" VARCHAR,
"permit_number" VARCHAR,
"work_type" VARCHAR,
"use_code" VARCHAR,
"added_date" TIMESTAMP,
"issue_date" TIMESTAMP,
"final_date" TIMESTAMP,
"status" VARCHAR,
"description_of_location" VARCHAR,
"street_number" VARCHAR,
"pre_direction" VARCHAR,
"street_name" VARCHAR,
"street_suffix" VARCHAR,
"post_direction" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"work_location" VARCHAR,
"allegheny" VARCHAR,
"bge" VARCHAR,
"comcast" VARCHAR,
"pepco" VARCHAR,
"bus_shelter" VARCHAR,
"verizon" VARCHAR,
"wgl" VARCHAR,
"wssc" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.