Class: CreateSocialAuthServices
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateSocialAuthServices
- Defined in:
- lib/generators/social_auth/install/templates/create_social_auth_services.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 10 11 |
# File 'lib/generators/social_auth/install/templates/create_social_auth_services.rb', line 2 def change create_table :social_auth_services do |t| t.string :type, default: "SocialAuth::Service" t.json :access_token t.string :remote_id t.integer :user_id t.string :method t. end end |