NAME

Kanku::Schema::Result::Role

TABLE: role

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

role

  data_type: 'varchar'
  is_nullable: 0
  size: 32

PRIMARY KEY

RELATIONS

user_roles

Type: has_many

Related object: Kanku::Schema::Result::UserRole

users

Type: many_to_many

Composing rels: "user_roles" -> user