Sha256: aa551c14d09e22a73ac1e8f82ca43c0fa8b04781fc84fe6d5767d15b2e8f2218

Contents?: true

Size: 238 Bytes

Versions: 21

Compression:

Stored size: 238 Bytes

Contents

class CreateAuthentifydAuthentications < ActiveRecord::Migration
  def change
    create_table :authentifyd_authentications do |t|
      t.integer :user_id
      t.string :provider
      t.string :uid

      t.timestamps
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
authentifyd-0.3.0 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.2.0 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.1.0.6 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.1.0.5 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.1.0.4 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.1.0.3 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.1.0.2 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.1.0.1 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.1.0 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.16 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.15 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.14 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.13 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.12 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.11 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.10 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.9 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.8 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.7 db/migrate/20121120091700_create_authentifyd_authentications.rb
authentifyd-0.0.6 db/migrate/20121120091700_create_authentifyd_authentications.rb