WDFW-Fish Plants
State of Washington
@usgov.state_of_washington_wdfw_fish_plants
State of Washington
@usgov.state_of_washington_wdfw_fish_plants
CREATE TABLE table_1 (
"agency" VARCHAR,
"facility" VARCHAR,
"release_year" BIGINT,
"release_month" BIGINT,
"release_start_date" VARCHAR,
"release_end_date" VARCHAR,
"release_location" VARCHAR,
"county" VARCHAR,
"elevation" BIGINT,
"geo_code" VARCHAR,
"species_type" VARCHAR,
"species" VARCHAR,
"run" VARCHAR,
"brood_year" BIGINT,
"origin" VARCHAR,
"stock" VARCHAR,
"number_released" BIGINT,
"number_of_fish_per_pound" DOUBLE,
"total_pounds" BIGINT,
"lifestage" VARCHAR,
"cwt_code" VARCHAR,
"mark_code" VARCHAR,
"number_marked_and_tagged" DOUBLE,
"number_marked_only" DOUBLE,
"number_tagged_only" DOUBLE,
"number_neither_marked_or_tagged" BIGINT
);
Anyone who has the link will be able to view this.