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

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