Electrical Building Permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_electrical_building_permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_electrical_building_permits
CREATE TABLE table_1 (
"permit_number" BIGINT,
"status" VARCHAR,
"street_number" VARCHAR,
"pre_direction" VARCHAR,
"street_name" VARCHAR,
"street_suffix" VARCHAR,
"post_direction" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"work_type" VARCHAR,
"use_code" VARCHAR,
"added_date" TIMESTAMP,
"issue_date" TIMESTAMP,
"final_date" TIMESTAMP,
"description" VARCHAR,
"application_type" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.