Created
December 14, 2018 10:07
-
-
Save yolleksandr/3f5de4ec65ecda70604c14be38621089 to your computer and use it in GitHub Desktop.
mysql alter colummn
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 tablename MODIFY columnname VARCHAR(20) ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment