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