class AddColumnsIntoInventoriesMove < ActiveRecord::Migration def change add_column :inventories_moves, :reason, :integer, null: true end end