NAME
Gruntmaster::Data::Result::ContestProblem
TABLE: contest_problems
ACCESSORS
contest
data_type: 'text'
is_foreign_key: 1
is_nullable: 0
problem
data_type: 'text'
is_foreign_key: 1
is_nullable: 0
PRIMARY KEY
RELATIONS
contest
Type: belongs_to
Related object: Gruntmaster::Data::Result::Contest
problem
Type: belongs_to
Related object: Gruntmaster::Data::Result::Problem
AUTHOR
Marius Gavrilescu <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or, at your option, any later version of Perl 5 you may have available.