Skip to content

Instantly share code, notes, and snippets.

@eyupatis
Created April 4, 2014 18:18
Show Gist options
  • Save eyupatis/9980221 to your computer and use it in GitHub Desktop.
Save eyupatis/9980221 to your computer and use it in GitHub Desktop.
Mysql 5.5 Change a column's varchar length
alter table [table_name] modify [column_name] varchar(500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment