mysql> alter table SystemUserVoter ADD SystemUserVoter_Username varchar(256) after Raw_Voter_UniqNYSVoterID;
mysql> alter table SystemUserVoter MODIFY COLUMN SystemUserVoter_Action enum ('interested','running','candidate','other', 'register');
mysql> alter table SystemUserVoter ADD SystemUserVoter_IP varchar(40) after SystemUserVoter_Action;