Created
August 31, 2015 07:33
-
-
Save mtigdemir/49a7ffd6b4c3d3125cb4 to your computer and use it in GitHub Desktop.
Mysql Alter Table Enum Table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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