NAME

Bracket::Schema::Result::Game

ACCESSORS

id

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

winner

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

round

data_type: TINYINT
default_value: 1
is_nullable: 0
size: 4

lower_seed

data_type: TINYINT
default_value: 0
is_nullable: 0
size: 1

RELATIONS

winner

Type: belongs_to

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

picks

Type: has_many

Related object: Bracket::Schema::Result::Pick