カラムのコメントを変更
適応バージョン
- 5.0.0.1
- 5.1.7
- 5.2.3
- 6.0.2.1
- 7.0.0
説明
カラムのコメントを変更または削除
使い方
change_column_comment(テーブル名, カラム名, comment_or_changes)
例
カラムのコメントを変更
change_column_comment :posts, :state, from: "old_comment", to: "new_comment"
カラムのコメントを削除
change_column_comment :posts, :state, nil