class RemoveImageFromUser < ActiveRecord::Migration[6.0] def change remove_column :users, :image, :string end end