Sha256: fd5c89ac785298925b1c7b4afe46c551c599d587bc7942fa7a50cc2639ef8c4e

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

class CreateAuthorizationExtents < ActiveRecord::Migration[4.2]
  def change
    create_table :authorization_extents do |t|
      t.references :authorization
      t.string     :extent_type
      t.integer    :extent_objid

      t.timestamps null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vigilante-1.0.19 db/migrate/20150609152444_create_authorization_extents.rb
vigilante-1.0.18 db/migrate/20150609152444_create_authorization_extents.rb
vigilante-1.0.17 db/migrate/20150609152444_create_authorization_extents.rb