class AddCreditNoteColumnIntoCredit < ActiveRecord::Migration def change add_column :credits, :credit_note, :string, null: true end end