Lobbyist Data - Expenditures - Hosting
City of Chicago
@usgov.city_of_chicago_lobbyist_data_expenditures_hosting
City of Chicago
@usgov.city_of_chicago_lobbyist_data_expenditures_hosting
CREATE TABLE table_1 (
"expenditureother_id" BIGINT,
"period_start" TIMESTAMP,
"period_end" TIMESTAMP,
"purpose" VARCHAR,
"recipient_first_name" VARCHAR,
"recipient_last_name" VARCHAR,
"recipient_title" VARCHAR,
"amount" DOUBLE,
"department" VARCHAR,
"lobbyist_id" BIGINT,
"lobbyist_firstname" VARCHAR,
"lobbyist_middle_initial" VARCHAR,
"lobbyist_lastname" VARCHAR,
"client_id" BIGINT,
"client_name" VARCHAR,
"created_date" TIMESTAMP
);
Anyone who has the link will be able to view this.