class AddDescriptionToInvoices < ActiveRecord::Migration def change add_column :invoices, :description, :text end end