home / opdr

ar_liabilities_loans_paybl

where rpt_id = 463699

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ source loans_owed_start loans_obtained cash_repayment non_cash_repayment loans_owed_end rpt_id
15762 LI COMM MORTGAGE PAYABLE 106983 0 7732 0 99251 463699 463699
CREATE TABLE ar_liabilities_loans_paybl (
oid INTEGER NOT NULL PRIMARY KEY, source TEXT NULL, loans_owed_start INTEGER NULL, loans_obtained INTEGER NULL, cash_repayment INTEGER NULL, non_cash_repayment INTEGER NULL, loans_owed_end INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 13.367ms