|
Name
|
Type
|
Key
|
Explanation
|
|
VoterId
|
INT (0 to 4294967295)
|
Primary
|
This is the state's voter ID and is unique across the state. The state uses a 9 digit number that currently ranges from 100000003 - 129629461 and total record count of 14,489,042 as of 5/31/2021.
|
|
FirstName
|
VARCHAR(30)
|
|
|
|
MiddleName
|
VARCHAR(30)
|
|
|
|
LastName
|
VARCHAR(30)
|
|
|
|
SuffixName
|
VARCHAR(5)
|
|
|
|
Party
|
CHAR(3)
|
|
See state's file specifications
|
|
BirthDate
|
Date (YYYY-MM-DD)
|
|
|
|
Gender
|
CHAR(1)
|
|
(F)emale, (M)ale, (U)nknown
|
|
Race
|
CHAR(1)
|
|
Code definitions
- uses Florida's numeric codes
|
|
County
|
VARCHAR(15)
|
|
We are still using "Dade" county instead of "Miami-Dade" but may change that
|
|
PrecinctMain
|
VARCHAR(15)
|
|
The main precinct number as used for polling locations
|
|
PrecinctFull
|
VARCHAR(15)
|
|
Includes any additional split identifier in cases where voters in same precinct may have different district assignments
|
|
Congress
|
TinyINT
|
|
Values range from 0 to 27. 0 is caused by suppressed records or incomplete new/move registrations.
|
|
Senate
|
TinyINT
|
|
0 to 40
|
|
House
|
TinyINT
|
|
0 to 120
|
|
BOCC
|
TinyINT
|
|
Currently 0 to 14
|
|
School
|
TinyINT
|
|
Currently 0 to 9
|
|
PrimaryScore
|
TinyINT (0 to 255)
|
|
Values range from 0 to 99 where 0 is someone with long history of not voting in primary election and 99 a long history of always voting in primary election
|
|
GeneralScore
|
TinyINT (0 to 255)
|
|
0 to 99 history of general election voting
|
|
AddressPhysicalId
|
INT (0 to 4294967295)
|
Foreign
|
Joins to Address table's AddressId for voter's residential address. Current max value is 21475929 but will increase.
|
|
AddressMailingId
|
INT (0 to 4294967295)
|
Foreign
|
Joins to Address table's AddressId for voter's mailing address.
|