My CHI. My Future. Programs
City of Chicago
@usgov.city_of_chicago_my_chi_my_future_programs
City of Chicago
@usgov.city_of_chicago_my_chi_my_future_programs
CREATE TABLE table_1 (
"program_id" BIGINT,
"program_name" VARCHAR,
"description" VARCHAR,
"org_name" VARCHAR,
"category_name" VARCHAR,
"capacity" DOUBLE,
"min_age" BIGINT,
"max_age" BIGINT,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"program_type" VARCHAR,
"program_url" VARCHAR,
"online_address" VARCHAR,
"registration_url" VARCHAR,
"registration_open" TIMESTAMP,
"registration_deadline" TIMESTAMP,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"start_time" VARCHAR,
"end_time" VARCHAR,
"contact_name" VARCHAR,
"contact_email" VARCHAR,
"contact_phone" VARCHAR,
"program_price" VARCHAR,
"geographic_cluster_name" VARCHAR,
"scholarship_available" BOOLEAN,
"participants_paid" VARCHAR,
"transport_provided" VARCHAR,
"has_free_food" VARCHAR,
"meeting_type" VARCHAR,
"image" VARCHAR,
"hidden_programs" BOOLEAN,
"featured" BOOLEAN,
"custom_categories" VARCHAR,
"tag" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.