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

NAME

Bracket::Schema::Result::Token

ACCESSORS

player

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

token

  data_type: VARCHAR
  default_value: undef
  is_nullable: 0
  size: 64

type

  data_type: VARCHAR
  default_value: undef
  is_nullable: 0
  size: 64

RELATIONS

player

Type: belongs_to

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