20160608171024_add_columns_into_cash_registers_moves.rb 157 B

12345
  1. class AddColumnsIntoCashRegistersMoves < ActiveRecord::Migration
  2. def change
  3. add_column :cash_registers_moves, :concept, :integer, null: true
  4. end
  5. end