Open Checkbook BR
City of Baton Rouge
@usgov.city_of_baton_rouge_open_checkbook_br
City of Baton Rouge
@usgov.city_of_baton_rouge_open_checkbook_br
CREATE TABLE table_1 (
"year" BIGINT,
"fund_id" BIGINT,
"fund" VARCHAR,
"department_id" BIGINT,
"department" VARCHAR,
"function_id" BIGINT,
"function" VARCHAR,
"division_id" BIGINT,
"division" VARCHAR,
"journal_entry_period" BIGINT,
"invoice_status" VARCHAR,
"check_number" BIGINT,
"check_date" TIMESTAMP,
"invoice_number" VARCHAR,
"line_number" BIGINT,
"invoice_date" TIMESTAMP,
"invoice_line_item_amount" DOUBLE,
"invoice_line_item_description" VARCHAR,
"source_document_number" DOUBLE,
"source_document_type" VARCHAR,
"source_document_description" VARCHAR,
"expense_category_id" BIGINT,
"expense_category" VARCHAR,
"commodity_code" DOUBLE,
"commodity_code_description" VARCHAR,
"vendor_name" VARCHAR,
"vendor_zip" VARCHAR,
"payment_type" VARCHAR,
"payment_status" VARCHAR
);
Anyone who has the link will be able to view this.