class AddColumnIntoExpensesConcept < ActiveRecord::Migration def change add_column :expensesconcepts, :expense_from_purchase, :integer, null: false, default: 0 end end