Sha256: 6cdff0e7f6176169fef3037e9a43c4807e1e99646639abf22b350b334b8d3bfd

Contents?: true

Size: 230 Bytes

Versions: 3

Compression:

Stored size: 230 Bytes

Contents

class CreateUserAuthentications < ActiveRecord::Migration
  def change
    create_table :spree_user_authentications do |t|
      t.integer :user_id
      t.string :provider
      t.string :uid
      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
solidus_social-1.1.0 db/migrate/20120120163432_create_user_authentications.rb
solidus_social-1.0.0 db/migrate/20120120163432_create_user_authentications.rb
spree_social_onr-2.1.4 db/migrate/20120120163432_create_user_authentications.rb