class AddNotesToContacts < ActiveRecord::Migration def change add_column :contacts, :notes, :text add_column :contacts, :survey_set_id, :integer end end