Sha256: ca10bcae3f012dc3d4ee75f728663e2bc59301f7f8e6637daa7890558a6a4b2a
Contents?: true
Size: 308 Bytes
Versions: 24
Compression:
Stored size: 308 Bytes
Contents
class AddAuthorizationExtent < ActiveRecord::Migration def self.up create_table :authorization_extents do |t| t.integer :authorization_id t.string :extent_type t.integer :extent_objid t.timestamps end end def self.down drop_table :authorization_extents end end
Version data entries
24 entries across 20 versions & 1 rubygems