Bracket::Schema::Result::PlayerRole - Bracket::Schema::Result::PlayerRole documentation


Bracket documentation  | view source Contained in the Bracket distribution.

Index


NAME

Top

Bracket::Schema::Result::PlayerRole

ACCESSORS

Top

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

Top

player

Type: belongs_to

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

role

Type: belongs_to

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


Bracket documentation  | view source Contained in the Bracket distribution.