class AddNoteFieldToNeed < ActiveRecord::Migration def change add_column :needs, :note, :text end end