Parks Concession Transactions
City of New York
@usgov.city_of_new_york_parks_concession_transactions
City of New York
@usgov.city_of_new_york_parks_concession_transactions
CREATE TABLE table_1 (
"transactionid" BIGINT,
"relatedtransactionid" BIGINT,
"propertyid" DOUBLE,
"unitid" BIGINT,
"personid" BIGINT,
"contractcode" VARCHAR,
"operatorlastname" VARCHAR,
"totalamount" DOUBLE,
"amountpaid" DOUBLE,
"transactiontype" BIGINT,
"transactionstatus" BIGINT,
"transactionpostdate" VARCHAR,
"transactiondate" VARCHAR,
"transactiondesc" VARCHAR,
"chargetype" DOUBLE
);
Anyone who has the link will be able to view this.