home / opdr

ar_rates_dues_fees

where rpt_id = 240415

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ rate_type amount unit minimum maximum rpt_id
221 1103     10 350 240415 240415
222 1101 $34 month 15 34 240415 240415
223 1104     150 375 240415 240415
224 1102 3% of straight time rat 0 0 240415 240415
225 1105 $20 and $8.50 month/week+ 0 0 240415 240415
CREATE TABLE ar_rates_dues_fees (
oid INTEGER NOT NULL PRIMARY KEY, rate_type INTEGER NOT NULL, amount TEXT NULL, unit TEXT NULL, minimum TEXT NULL, maximum TEXT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 247.88ms