????

Your IP : 3.23.94.64


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20150528092912_create_roles_managed_roles.rb

class CreateRolesManagedRoles < ActiveRecord::Migration[4.2]
  def change
    create_table :roles_managed_roles, :id => false do |t|
      t.integer :role_id, :null => false
      t.integer :managed_role_id, :null => false
    end
  end
end