home / opdr

ar_disbursements_genrl

where rpt_id = 229116

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ disbursement_type purpose date amount payer_payee_id rpt_id
175 505 LEGAL RETAINER FOR ARBITRATION CASE 2004-12-16 5000 191 229116 229116
CREATE TABLE ar_disbursements_genrl (
oid INTEGER NOT NULL PRIMARY KEY, disbursement_type INTEGER NOT NULL, purpose TEXT NULL, date TEXT NULL, amount INTEGER NULL, payer_payee_id INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 1180.428ms