California Water Rights Violations
State of California
@usgov.ca_gov_california_water_rights_violations
State of California
@usgov.ca_gov_california_water_rights_violations
CREATE TABLE california_water_rights_violations (
"violation_id" BIGINT,
"violation_type" VARCHAR,
"county_primary_poi" VARCHAR,
"source_primary_poi" VARCHAR,
"tributary_primary_poi" VARCHAR,
"discovery_date" TIMESTAMP,
"violation_summary" VARCHAR,
"last_updated_date" VARCHAR,
"last_update_user" VARCHAR,
"investigation_id" BIGINT,
"investigation_type" VARCHAR,
"investigation_start_date" TIMESTAMP,
"investigation_closure_date" TIMESTAMP,
"num_enf_action_ass_inv" DOUBLE,
"case_number" VARCHAR,
"case_start_date" TIMESTAMP,
"case_clossure_date" TIMESTAMP,
"enf_action_type" VARCHAR,
"cid_number" DOUBLE,
"field_insp" BIGINT,
"office_insp" BIGINT,
"num_app_ass_violation" DOUBLE,
"app_number" VARCHAR,
"primary_owner" VARCHAR,
"un_party_name" VARCHAR,
"lead_staff" VARCHAR,
"apps_filed_after" BIGINT,
"apps_pending_at" BIGINT,
"apps_perm_at" BIGINT,
"apps_lic_at" BIGINT,
"regs_filed_after" BIGINT,
"regs_pending_at" BIGINT,
"regs_regs_at" BIGINT,
"stmt_sub_after" BIGINT,
"stmt_active_at" BIGINT,
"unknown_all" BIGINT,
"nonj_active_before" BIGINT,
"nonj_active_after" BIGINT,
"all_other" BIGINT
);
Anyone who has the link will be able to view this.