Sha256: 4db723413e4e0a74ce60cf94f1a1fbcdf936ffe2b5187b15d18b1c87096654c9
Contents?: true
Size: 277 Bytes
Versions: 21
Compression:
Stored size: 277 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
21 entries across 21 versions & 1 rubygems