テーブルのコメントを変更
説明
テーブルのコメントの変更または削除
使い方
change_table_comment(テーブル名, コメント)
例
テーブルのコメントの変更
change_table_comment :posts, from: "old_comment", to: "new_comment"
テーブルのコメントの削除
change_table_comment :posts, nil
テーブルのコメントの変更または削除
change_table_comment(テーブル名, コメント)
change_table_comment :posts, from: "old_comment", to: "new_comment"
change_table_comment :posts, nil