Sha256: 7c2bada52bd6ebb2ca576f1ec19d9fe8da83c6bd60769913cbe0eadf6ffa6c55
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
class CreateRedBasePermissions < ActiveRecord::Migration def change create_table :red_base_permissions do |t| t.string :model t.string :permission_type t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems