Fire Incident Responses
City of Bloomington
@usgov.city_of_bloomington_fire_incident_responses_56811
City of Bloomington
@usgov.city_of_bloomington_fire_incident_responses_56811
CREATE TABLE table_1 (
"incident_number" VARCHAR,
"unit" VARCHAR,
"incident_type" DOUBLE,
"incident_type_description" VARCHAR,
"alarm_at" VARCHAR,
"created_at" VARCHAR,
"updated_at" VARCHAR,
"dispatch_notified_at" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"dispatch_at" VARCHAR,
"enroute_at" VARCHAR,
"arrived_at" VARCHAR,
"cleared_at" VARCHAR,
"response_time" BIGINT
);
Anyone who has the link will be able to view this.