class AddEmailToSocialLogin < ActiveRecord::Migration[5.0]
  def change
    add_column :social_logins, :email, :string
  end
end
