ar_membership
where rpt_id = 246839
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | membership_type | category | number | voting_eligibility | rpt_id |
---|---|---|---|---|---|
441 | 2101 | Active and Pension | 1610 | T | 246839 246839 |
442 | 2102 | Agency Fee Payers | 8 | F | 246839 246839 |
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) );