home / opdr

ar_assets_other

where rpt_id = 62006

✎ View and edit SQL

0 records

CREATE TABLE ar_assets_other (
oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, book_value INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 25.925ms