Additional Dwelling Unit Preapproval Applications
City of Chicago
@usgov.city_of_chicago_additional_dwelling_unit_preapproval_a_c72cc480
City of Chicago
@usgov.city_of_chicago_additional_dwelling_unit_preapproval_a_c72cc480
CREATE TABLE table_1 (
"id" BIGINT,
"submission_date" TIMESTAMP,
"status" VARCHAR,
"status_updated_date" TIMESTAMP,
"applicant_name" VARCHAR,
"owner_name" VARCHAR,
"street_number" BIGINT,
"street_direction" VARCHAR,
"street_name" VARCHAR,
"address" VARCHAR,
"comm_area" BIGINT,
"ward" BIGINT,
"adu_zone" VARCHAR,
"zoning" VARCHAR,
"owner_occ" BOOLEAN,
"adu_type" VARCHAR,
"existing_bldg" BOOLEAN,
"year_built" DOUBLE,
"current_dus" BIGINT,
"max_adus" BIGINT,
"new_adus" BIGINT,
"aff_adus" BIGINT,
"prev_adus" BOOLEAN,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.