l_elect_union_type
9 rows
| code ▼ | definition |
|---|---|
| 1 | AFL Petition |
| 2 | AFL Intervenor |
| 3 | Teamster Petition |
| 4 | Teamster Intervenor |
| 5 | Unaffiliated National Petitioner |
| 6 | Unaffiliated National Intervenor |
| 7 | Unaffiliated Local Petitioner |
| 8 | No Winner |
| 9 | Unaffiliated Local Intervenor |
Table schema
CREATE TABLE l_elect_union_type(code VARCHAR, definition VARCHAR, PRIMARY KEY(code));