Sha256: 11bd06a7cf8a1ed90c094d961299d305faae86950b546e9b631514363ab11514
Contents?: true
Size: 364 Bytes
Versions: 35
Compression:
Stored size: 364 Bytes
Contents
class CreateSpudRolePermissions < ActiveRecord::Migration def change create_table :spud_role_permissions do |t| t.integer :spud_role_id, :null => false t.string :spud_permission_tag, :null => false t.timestamps end add_index :spud_role_permissions, :spud_role_id add_index :spud_role_permissions, :spud_permission_tag end end
Version data entries
35 entries across 35 versions & 1 rubygems