class AddProvenanceToRegistrant < ActiveRecord::Migration def change add_column :registrants, :provenance_id, :integer end end