Micro-Market Recovery Program - Cases
City of Chicago
@usgov.city_of_chicago_micro_market_recovery_program_cases
City of Chicago
@usgov.city_of_chicago_micro_market_recovery_program_cases
CREATE TABLE table_1 (
"add_date_time" VARCHAR,
"modified_date_time" VARCHAR,
"case_type_code" VARCHAR,
"case_type_description" VARCHAR,
"case_primary_key" BIGINT,
"additional_case_description" VARCHAR,
"case_number" VARCHAR,
"case_group" VARCHAR,
"case_comments" VARCHAR,
"additional_case_location" VARCHAR,
"last_case_activity_date_time" VARCHAR,
"resolution_code" VARCHAR,
"resolution_date_time" VARCHAR,
"case_status" VARCHAR,
"disposition_code" VARCHAR,
"disposition_description" VARCHAR,
"last_hearing_court_date" VARCHAR,
"next_hearing_court_date" TIMESTAMP,
"next_hearing_court_time" VARCHAR,
"next_hearing_court_room" DOUBLE,
"mmrp_zone" VARCHAR,
"street_number" BIGINT,
"pre_direction" VARCHAR,
"street_name" VARCHAR,
"suffix" VARCHAR,
"post_direction" VARCHAR,
"zip_code" BIGINT,
"community_area" BIGINT,
"ward" BIGINT,
"x_coord" DOUBLE,
"y_coord" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"central_business_district" VARCHAR,
"address_key" BIGINT,
"address_grouping_key" BIGINT,
"location" VARCHAR
);
Anyone who has the link will be able to view this.