class AddCreditNoteColumnIntoSale < ActiveRecord::Migration def change add_column :sales, :credit_note, :string, null: true end end