class AddSocialIdToSocialLogin < ActiveRecord::Migration[5.0]
  def change
    add_column :social_logins, :social_id, :string
  end
end
