Sha256: 6ad0a78da46d911f4e78130a703cf020c31391c815810f275c9dc73dee8c1009

Contents?: true

Size: 376 Bytes

Versions: 4

Compression:

Stored size: 376 Bytes

Contents

class CreateOpenConferenceWareAuthentications < ActiveRecord::Migration
  def change
    create_table :open_conference_ware_authentications do |t|
      t.integer  "user_id"
      t.string   "provider"
      t.string   "uid"
      t.string   "name"
      t.string   "email"
      t.text     "info"
      t.datetime "created_at"
      t.datetime "updated_at"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
open_conference_ware-1.0.0.pre4 db/migrate/20131203235128_create_open_conference_ware_authentications.rb
open_conference_ware-1.0.0.pre3 db/migrate/20131203235128_create_open_conference_ware_authentications.rb
open_conference_ware-1.0.0.pre2 db/migrate/20131203235128_create_open_conference_ware_authentications.rb
open_conference_ware-1.0.0.pre1 db/migrate/20131203235128_create_open_conference_ware_authentications.rb