Animal Shelter Animals
City of Bloomington
@usgov.city_of_bloomington_animal_shelter_animals_aa3c3
City of Bloomington
@usgov.city_of_bloomington_animal_shelter_animals_aa3c3
CREATE TABLE table_1 (
"id" BIGINT,
"intakedate" VARCHAR,
"intakereason" VARCHAR,
"istransfer" BOOLEAN,
"sheltercode" VARCHAR,
"identichipnumber" VARCHAR,
"animalname" VARCHAR,
"breedname" VARCHAR,
"basecolour" VARCHAR,
"speciesname" VARCHAR,
"animalage" VARCHAR,
"sexname" VARCHAR,
"location" VARCHAR,
"movementdate" VARCHAR,
"movementtype" VARCHAR,
"istrial" BOOLEAN,
"returndate" VARCHAR,
"returnedreason" VARCHAR,
"deceaseddate" VARCHAR,
"deceasedreason" VARCHAR,
"diedoffshelter" BOOLEAN,
"puttosleep" BOOLEAN,
"isdoa" BOOLEAN
);
Anyone who has the link will be able to view this.