20151223010756_add_column_status_cashregister.rb 161 B

12345
  1. class AddColumnStatusCashregister < ActiveRecord::Migration
  2. def change
  3. # add_column :cash_registers, :status, :integer, null: false, default: 1
  4. end
  5. end