home / opdr

ar_disbursements_inv_purchases

where rpt_id = 61976

✎ View and edit SQL

0 records

CREATE TABLE ar_disbursements_inv_purchases (
oid INTEGER NOT NULL PRIMARY KEY, inv_type INTEGER NULL, description TEXT NULL, cost INTEGER NULL, book_value INTEGER NULL, cash_paid INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 70.346ms