Sha256: 44d851b9d0eb95fe2eabbce730c5f5a1e27e098dea1d03f893ecd0a44ee688cc
Contents?: true
Size: 283 Bytes
Versions: 13
Compression:
Stored size: 283 Bytes
Contents
class SorceryExternal < ActiveRecord::Migration def self.up create_table :authentications do |t| t.integer :user_id, :null => false t.string :provider, :uid, :null => false t.timestamps end end def self.down drop_table :authentications end end
Version data entries
13 entries across 13 versions & 1 rubygems