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

Bracket::Schema::Result::Role

ACCESSORS

id

  data_type: INT
  default_value: undef
  is_auto_increment: 1
  is_nullable: 0
  size: 11

role

  data_type: VARCHAR
  default_value: undef
  is_nullable: 1
  size: 32

RELATIONS

player_roles

Type: has_many

Related object: Bracket::Schema::Result::PlayerRole