class AddColumnsIntoCashRegistersMove < ActiveRecord::Migration def change add_column :cash_registers_moves, :credit_payments, :integer, index: true, null: true end end