The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Interchange6::Schema::Result::Role

TABLE: roles

ACCESSORS

roles_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'roles_roles_id_seq'

name

  data_type: 'varchar'
  is_nullable: 0
  size: 32

label

  data_type: 'varchar'
  is_nullable: 0
  size: 255

PRIMARY KEY

RELATIONS

GroupPricing

Type: has_many

Related object: Interchange6::Schema::Result::GroupPricing

Permission

Type: has_many

Related object: Interchange6::Schema::Result::Permission

UserRole

Type: has_many

Related object: Interchange6::Schema::Result::UserRole

users

Type: many_to_many

Composing rels: "UserRole" -> User