home / opdr

ar_assets_fixed

where rpt_id = 267819

✎ View and edit SQL

0 records

CREATE TABLE ar_assets_fixed (
oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, cost_basis INTEGER NULL, depreciation INTEGER NULL, book_value INTEGER NULL, value INTEGER NULL, asset_type INTEGER NOT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 108.263ms