Sha256: aa551c14d09e22a73ac1e8f82ca43c0fa8b04781fc84fe6d5767d15b2e8f2218
Contents?: true
Size: 238 Bytes
Versions: 21
Compression:
Stored size: 238 Bytes
Contents
class CreateAuthentifydAuthentications < ActiveRecord::Migration def change create_table :authentifyd_authentications do |t| t.integer :user_id t.string :provider t.string :uid t.timestamps end end end
Version data entries
21 entries across 21 versions & 1 rubygems