The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Interchange6::Schema::Result::Role

ACCESSORS

roles_id

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

name

  data_type: 'varchar'
  is_nullable: 0
  size: 32
  unique

label

  data_type: 'varchar'
  is_nullable: 0
  size: 255

description

  data_type: text
  is_nullable: 0

RELATIONS

price_modifiers

Type: has_many

Related object: Interchange6::Schema::Result::PriceModifier

permissions

Type: has_many

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

user_roles

Type: has_many

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

users

Type: many_to_many

Composing rels: "user_roles" -> user