Skip to content

Instantly share code, notes, and snippets.

@otkrsk
Last active October 13, 2016 06:50
Show Gist options
  • Save otkrsk/91126df610faab056a8084cbc19aee64 to your computer and use it in GitHub Desktop.
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.
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