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