Sha256: d0cc4fd1fe3b023edfe5f4a629aa38c473e7939067cb157c3c42d0f5045f1daa
Contents?: true
Size: 315 Bytes
Versions: 13
Compression:
Stored size: 315 Bytes
Contents
class CreateMyAdminPermissions < ActiveRecord::Migration def change create_table :my_admin_permissions do |t| t.string :model, :limit => 75, :null => false t.string :name, :limit => 75, :null => false t.string :application, :limit => 75, :null => false t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems