Skip to content

Instantly share code, notes, and snippets.

@yolleksandr
Created December 14, 2018 10:07
Show Gist options
  • Save yolleksandr/3f5de4ec65ecda70604c14be38621089 to your computer and use it in GitHub Desktop.
Save yolleksandr/3f5de4ec65ecda70604c14be38621089 to your computer and use it in GitHub Desktop.
mysql alter colummn
ALTER TABLE tablename MODIFY columnname VARCHAR(20) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment