home / opdr

ar_membership

where rpt_id = 58924

✎ View and edit SQL

0 records

CREATE TABLE ar_membership (
oid INTEGER NOT NULL PRIMARY KEY, membership_type INTEGER NULL, category TEXT NULL, number INTEGER NULL, voting_eligibility TEXT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 75.177ms