Skip to content

Instantly share code, notes, and snippets.

@mtigdemir
Created August 31, 2015 07:33
Show Gist options
  • Select an option

  • Save mtigdemir/49a7ffd6b4c3d3125cb4 to your computer and use it in GitHub Desktop.

Select an option

Save mtigdemir/49a7ffd6b4c3d3125cb4 to your computer and use it in GitHub Desktop.
Mysql Alter Table Enum Table
alter table my_table modify column status enum ('A', 'B', 'C');
DESCRIBE my_table;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment