class AddCreditNoteIdToInvPhotographerBillings < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_photographer_billings, :credit_note_id, :integer
  end
end
