Railsドキュメント

テーブルのコメントを変更

適応バージョン

説明

テーブルのコメントの変更または削除

使い方

change_table_comment(テーブル名, コメント)

テーブルのコメントの変更

change_table_comment :posts, from: "old_comment", to: "new_comment"

テーブルのコメントの削除

change_table_comment :posts, nil

ソースコード