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

ACCESSORS

id

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

player

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

game

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

pick

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

RELATIONS

game

Type: belongs_to

Related object: Bracket::Schema::Result::Game

pick

Type: belongs_to

Related object: Bracket::Schema::Result::Team

player

Type: belongs_to

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