class RemoveColumnFromCreditPayments < ActiveRecord::Migration def change remove_column :credit_payments, :cash_registers_move_id end end