Sha256: ef7de753a667e1e80532cd4cbaa5bb69c397df0c9cfb0e26f95f2a9363522496
Contents?: true
Size: 309 Bytes
Versions: 24
Compression:
Stored size: 309 Bytes
Contents
class CreateAuthorizations < ActiveRecord::Migration def self.up create_table :authorizations do |t| t.integer :operator_id t.integer :ability_id t.string :extent t.string :extent_type t.timestamps end end def self.down drop_table :authorizations end end
Version data entries
24 entries across 20 versions & 1 rubygems