Mobile Recreation Programming
City of Seattle
@usgov.city_of_seattle_mobile_recreation_programming_8075d
City of Seattle
@usgov.city_of_seattle_mobile_recreation_programming_8075d
CREATE TABLE table_1 (
"objectid" BIGINT,
"park_name_or_location" VARCHAR,
"program_category" VARCHAR,
"funding_type" VARCHAR,
"program_name" VARCHAR,
"program_title" VARCHAR,
"program_description" VARCHAR,
"program_contact" VARCHAR,
"program_status" VARCHAR,
"grant_awardee_point_of_contact" VARCHAR,
"activity_days" VARCHAR,
"start_date" VARCHAR,
"end_date" VARCHAR,
"program_location" VARCHAR,
"partnerships" VARCHAR,
"notes" VARCHAR,
"activenet_facility_type_id" VARCHAR,
"activenet_site_id" VARCHAR,
"activenet_center_id" VARCHAR,
"oamr_website_link" VARCHAR,
"creator" VARCHAR,
"creation_date" VARCHAR,
"editor" VARCHAR,
"edit_date" VARCHAR,
"globalid" VARCHAR,
"se_anno_cad_data" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.