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::PlayerRole

ACCESSORS

player

  data_type: INT
  default_value: 0
  is_foreign_key: 1
  is_nullable: 0
  size: 11

role

  data_type: INT
  default_value: 0
  is_foreign_key: 1
  is_nullable: 0
  size: 11

RELATIONS

player

Type: belongs_to

Related object: Bracket::Schema::Result::Player

role

Type: belongs_to

Related object: Bracket::Schema::Result::Role