ar_membership
where rpt_id = 248186
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | membership_type | category | number | voting_eligibility | rpt_id |
---|---|---|---|---|---|
1124 | 2101 | WORKING MEMBERS | 497 | T | 248186 248186 |
1125 | 2101 | EARLY RETIRED MEMBERS | 14 | T | 248186 248186 |
1126 | 2101 | RETIRED MEMBERS | 25 | T | 248186 248186 |
1127 | 2101 | HONORARY MEMBERS | 25 | T | 248186 248186 |
1128 | 2102 | Agency Fee Payers | 0 | F | 248186 248186 |
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) );