class AddTokenToInvites < ActiveRecord::Migration def change add_column :invites, :token, :string add_column :invites, :new_user_id, :integer end end