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