Sha256: 00a5cb323e1e071558469715c3a4013f0145485db165aabad8e22d356215997a
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
class CreateIdentities < ActiveRecord::Migration def change create_table :identities do |t| t.references :user, index: true t.string :provider t.string :uid t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems