l_elect_incumbent_union
7 rows
| code ▼ | incumbent_union |
|---|---|
| 0 | No Incumbent Union |
| 1 | Incumbent Union not on Ballot |
| 2 | Incumbent Union petitioner - winner |
| 3 | Incumbent Union intervenor - winner |
| 4 | Incumbent Union petitioner - loser 1 |
| 5 | Incumbent Union Intervenor - loser 2 |
| 6 | Incumbent Union Intervenor - loser 3 |
Table schema
CREATE TABLE l_elect_incumbent_union(code BIGINT, incumbent_union VARCHAR, PRIMARY KEY(code));