ar_liabilities_other
where rpt_id = 248186
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | amount | rpt_id |
---|---|---|---|
453 | PAYROLL TAX PAYABLE | 1762 | 248186 248186 |
454 | DEFERRED COMPENSATION | 7037 | 248186 248186 |
CREATE TABLE ar_liabilities_other ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );