Public Right-of-Way Use Permits - Historical
City of Chicago
@usgov.city_of_chicago_public_right_of_way_use_permits_historical
City of Chicago
@usgov.city_of_chicago_public_right_of_way_use_permits_historical
CREATE TABLE table_1 (
"id" VARCHAR,
"permit_number" BIGINT,
"permit_type_code" VARCHAR,
"permit_type_description" VARCHAR,
"company" VARCHAR,
"address" VARCHAR,
"location_details" VARCHAR,
"effective_date" VARCHAR,
"expiration_date" VARCHAR,
"permit_status_code" VARCHAR,
"permit_status_description" VARCHAR,
"last_modified_date" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.