class AddStateFieldToNeeds < ActiveRecord::Migration def change add_column :needs, :state, :string end end