home / opdr

ar_liabilities_loans_paybl

where rpt_id = 62015

✎ View and edit SQL

0 records

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 12.98ms