Sha256: b9c1bd99564f0b2e664921c219b39f1d2143a141e3d0530f92e761bcb1f50701

Contents?: true

Size: 216 Bytes

Versions: 127

Compression:

Stored size: 216 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
contour-1.1.2 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.2.pre2 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.2.pre test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.1 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.0 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.0.rc3 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.6 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.0.rc2 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.0.rc test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.5 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.0.pre2 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.1.0.pre test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.4 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.3 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.2 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.1 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.0 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.0.rc2 test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.0.rc test/dummy/db/migrate/20111203203307_create_authentications.rb
contour-1.0.0.beta12 test/dummy/db/migrate/20111203203307_create_authentications.rb