Bracket::Schema::Result::RegionScore - Bracket::Schema::Result::RegionScore documentation


Bracket documentation  | view source Contained in the Bracket distribution.

Index


NAME

Top

Bracket::Schema::Result::RegionScore

ACCESSORS

Top

player

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

region

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

points

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

RELATIONS

Top

player

Type: belongs_to

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

region

Type: belongs_to

Related object: Bracket::Schema::Result::Region


Bracket documentation  | view source Contained in the Bracket distribution.