Teen Life Center
City of Seattle
@usgov.city_of_seattle_teen_life_center_eb20b
City of Seattle
@usgov.city_of_seattle_teen_life_center_eb20b
CREATE TABLE table_1 (
"objectid" BIGINT,
"location_name" VARCHAR,
"address" VARCHAR,
"tlc_phone" VARCHAR,
"open_on_sunday" VARCHAR,
"open_hours_on_sunday" VARCHAR,
"open_on_monday" VARCHAR,
"open_hours_on_monday" VARCHAR,
"open_on_tuesday" VARCHAR,
"open_hours_on_tuesday" VARCHAR,
"open_on_wednesday" VARCHAR,
"open_hours_on_wednesday" VARCHAR,
"open_on_thursday" VARCHAR,
"open_hours_on_thursday" VARCHAR,
"open_on_friday" VARCHAR,
"open_hours_on_friday" VARCHAR,
"open_on_saturday" VARCHAR,
"open_hours_on_saturday" VARCHAR,
"notes" VARCHAR,
"operational_status" VARCHAR,
"pma_id" BIGINT,
"location_id" BIGINT,
"amwo_id" VARCHAR,
"website_link" VARCHAR,
"activenet_facility_type_id" VARCHAR,
"activenet_site_id" BIGINT,
"activenet_center_id" BIGINT,
"spatial_data_quality_level" VARCHAR,
"reserved_field_2" VARCHAR,
"globalid" VARCHAR,
"se_anno_cad_data" VARCHAR,
"created_user" VARCHAR,
"created_date" VARCHAR,
"last_edited_user" VARCHAR,
"last_edited_date" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.