RHNA Progress Report
State of California
@usgov.ca_gov_rhna_progress_report
State of California
@usgov.ca_gov_rhna_progress_report
CREATE TABLE n_5th_cycle_rhna_progress_report (
"jurisdiction" VARCHAR,
"planning_period" VARCHAR,
"vli_units" BIGINT,
"rhna_vli" BIGINT,
"vli" VARCHAR,
"li_units" BIGINT,
"rhna_li" BIGINT,
"li" VARCHAR,
"mod_units" BIGINT,
"rhna_mod" BIGINT,
"mod" VARCHAR,
"above_mod_units" BIGINT,
"rhna_above_mod" BIGINT,
"above_mod" VARCHAR
);
CREATE TABLE n_6th_cycle_rhna_progress_report (
"jurisdiction" VARCHAR,
"planning_period" VARCHAR,
"n_6th_cycle_started" BOOLEAN,
"vli_units" DOUBLE,
"rhna_vli" BIGINT,
"vli" VARCHAR,
"li_units" DOUBLE,
"rhna_li" BIGINT,
"li" VARCHAR,
"mod_units" DOUBLE,
"rhna_mod" BIGINT,
"mod" VARCHAR,
"above_mod_units" DOUBLE,
"rhna_above_mod" BIGINT,
"above_mod" VARCHAR
);
Anyone who has the link will be able to view this.