home / opdr

ar_liabilities_accts_paybl

where rpt_id = 62173

✎ View and edit SQL

0 records

CREATE TABLE ar_liabilities_accts_paybl (
oid INTEGER NOT NULL PRIMARY KEY, acct_type INTEGER NOT NULL, name TEXT NULL, total INTEGER NULL, past_due_90 INTEGER NULL, past_due_180 INTEGER NULL, liquidated INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 34.754ms