City Of Providence Expenditures
City of Providence
@usgov.city_of_providence_city_of_providence_expenditures
City of Providence
@usgov.city_of_providence_city_of_providence_expenditures
CREATE TABLE table_1 (
"fiscal_year" BIGINT,
"fiscal_period" BIGINT,
"payment_date" TIMESTAMP,
"city_service_account" VARCHAR,
"city_department_account" VARCHAR,
"city_program_account" VARCHAR,
"city_expense_account" VARCHAR,
"invoice_description" VARCHAR,
"payment_amount" DOUBLE,
"entry_type" VARCHAR,
"funding_source_account" VARCHAR,
"vendor_payee" VARCHAR,
"city_vendor_id" BIGINT,
"city_payment_id" BIGINT,
"payment_method" VARCHAR,
"payment_status" VARCHAR,
"invoice_id" BIGINT
);
Anyone who has the link will be able to view this.