Child Care Regulated Programs
State of New York
@usgov.state_of_new_york_child_care_regulated_programs
State of New York
@usgov.state_of_new_york_child_care_regulated_programs
CREATE TABLE table_1 (
"facility_id" BIGINT,
"program_type" VARCHAR,
"region_code" VARCHAR,
"county" VARCHAR,
"facility_status" VARCHAR,
"facility_name" VARCHAR,
"facility_opened_date" TIMESTAMP,
"license_issue_date" TIMESTAMP,
"license_expiration_date" TIMESTAMP,
"address_omitted" VARCHAR,
"street_number" VARCHAR,
"street_name" VARCHAR,
"additional_address" VARCHAR,
"floor" VARCHAR,
"apartment" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"phone_number_omitted" VARCHAR,
"phone_number" VARCHAR,
"phone_extension" VARCHAR,
"provider_name" VARCHAR,
"school_district_name" VARCHAR,
"capacity_description" VARCHAR,
"infant_capacity" BIGINT,
"toddler_capacity" BIGINT,
"preschool_capacity" BIGINT,
"school_age_capacity" BIGINT,
"total_capacity" BIGINT,
"program_profile" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"georeference" VARCHAR
);
Anyone who has the link will be able to view this.