Skip to content

Before Releasing New Website, Alter the database #4

@theochino

Description

@theochino

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;

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions