class AddExpenseCodeColumnIntoExpense < ActiveRecord::Migration def change add_column :expenses, :expense_code, :string, null: true end end