Sha256: 460c8867b12ce537c613bc16ca8508a47fcd34fac0b85177f25bfc4b9bbc0beb

Contents?: true

Size: 242 Bytes

Versions: 5

Compression:

Stored size: 242 Bytes

Contents

class CreateAuthentications < ActiveRecord::Migration[5.1]
  def change
    create_table :authentications do |t|
      t.references :user
      t.string :provider
      t.string :uid
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adminos-1.0.0.pre.rc.5 lib/generators/templates/install/add_authentications/authentications_migration.rb
adminos-1.0.0.pre.rc.4 lib/generators/templates/install/add_authentications/authentications_migration.rb
adminos-1.0.0.pre.rc.3 lib/generators/templates/install/add_authentications/authentications_migration.rb
adminos-1.0.0.pre.rc.2 lib/generators/templates/install/add_authentications/authentications_migration.rb
adminos-1.0.0.pre.rc.1 lib/generators/templates/install/add_authentications/authentications_migration.rb