Special Vaccine Locations
City of Chicago
@usgov.city_of_chicago_special_vaccine_locations
City of Chicago
@usgov.city_of_chicago_special_vaccine_locations
CREATE TABLE table_1 (
"record_id" VARCHAR,
"facility_id" BIGINT,
"vaccine_type" VARCHAR,
"street1" VARCHAR,
"street2" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postal_code" BIGINT,
"country" VARCHAR,
"facility_name" VARCHAR,
"url" VARCHAR,
"phone" VARCHAR,
"contact" VARCHAR,
"begin_date" TIMESTAMP,
"end_date" TIMESTAMP,
"begin_time" VARCHAR,
"end_time" VARCHAR,
"recurrence_days" VARCHAR,
"hours" VARCHAR,
"eligibility" VARCHAR,
"cost" VARCHAR,
"notes" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.