1 2 3 4 5
class RenameCommentsToContent < ActiveRecord::Migration[5.1] def change rename_column :comments, :comments, :content end end