City-Parish Expense Budget
City of Baton Rouge
@usgov.city_of_baton_rouge_city_parish_expense_budget
City of Baton Rouge
@usgov.city_of_baton_rouge_city_parish_expense_budget
CREATE TABLE table_1 (
"unique_id" VARCHAR,
"account_id" BIGINT,
"character_code" BIGINT,
"character_code_description" VARCHAR,
"object_code" BIGINT,
"object_description" VARCHAR,
"project_code" VARCHAR,
"project_description" VARCHAR,
"full_account_number" VARCHAR,
"fund_id" VARCHAR,
"fund" VARCHAR,
"department_id" VARCHAR,
"department" VARCHAR,
"function_id" BIGINT,
"function" VARCHAR,
"division_id" VARCHAR,
"division" VARCHAR,
"program_id" BIGINT,
"program" VARCHAR,
"subprogram_id" BIGINT,
"subprogram" VARCHAR,
"account_description" VARCHAR,
"account_status" VARCHAR,
"fiscal_year" BIGINT,
"fiscal_month" VARCHAR,
"original_budget" BIGINT,
"revised_budget" DOUBLE,
"ytd_actual" DOUBLE
);
Anyone who has the link will be able to view this.