Last active
October 13, 2016 06:50
-
-
Save otkrsk/91126df610faab056a8084cbc19aee64 to your computer and use it in GitHub Desktop.
Add a comment to a column. Use https://gist.github.com/otkrsk/be87a95cb094b4ea42ac390c50be2397 to see your comments.
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 `table_name` CHANGE `column_to_alter` `column_to_alter` INT( 11 ) COMMENT 'your_comment_here' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment