ar_membership
where rpt_id = 247838
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | membership_type | category | number | voting_eligibility | rpt_id |
---|---|---|---|---|---|
807 | 2101 | REGULAR CARRIERS | 1634 | T | 247838 247838 |
808 | 2101 | RELIEF CARRIERS | 733 | T | 247838 247838 |
809 | 2101 | RETIRED CARRIERS | 726 | T | 247838 247838 |
810 | 2101 | PART-TIME FLEX CARRIERS | 14 | T | 247838 247838 |
811 | 2101 | ASSOCIATES | 40 | F | 247838 247838 |
812 | 2102 | Agency Fee Payers | 0 | F | 247838 247838 |
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) );