Picnic Tables
City of Seattle
@usgov.city_of_seattle_picnic_tables_e2039
City of Seattle
@usgov.city_of_seattle_picnic_tables_e2039
CREATE TABLE table_1 (
"objectid" BIGINT,
"park_name" VARCHAR,
"table_size" VARCHAR,
"table_pad" VARCHAR,
"table_material" VARCHAR,
"asset_code" DOUBLE,
"life_cycle_code" VARCHAR,
"picnic_table_id" DOUBLE,
"table_foundation" VARCHAR,
"seating_capacity" DOUBLE,
"accessibility" VARCHAR,
"next_to_grill" VARCHAR,
"permanent_waste_management" VARCHAR,
"scenic_view" VARCHAR,
"public_notes" VARCHAR,
"comments" VARCHAR,
"service_status" VARCHAR,
"table_is_reservable" VARCHAR,
"description_amwo" VARCHAR,
"year_amwo" VARCHAR,
"location_id_amwo" VARCHAR,
"life_cycle_status_code_amwo" VARCHAR,
"latitude_amwo" VARCHAR,
"longitude_amwo" VARCHAR,
"point_x" VARCHAR,
"point_y" VARCHAR,
"council_district" BIGINT,
"park_maintenance_district" VARCHAR,
"rse_priority" VARCHAR,
"weblink_1" VARCHAR,
"weblink_2" VARCHAR,
"res_txt1" VARCHAR,
"res_txt2" VARCHAR,
"res_li" VARCHAR,
"res_dbl" VARCHAR,
"pma_id" DOUBLE,
"amwo_id" VARCHAR,
"spatial_data_quality_level" VARCHAR,
"globalid" VARCHAR,
"gis_creator" VARCHAR,
"gis_create_date" VARCHAR,
"gis_editor" VARCHAR,
"gis_edit_date" VARCHAR,
"se_anno_cad_data" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.