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

NAME

Gruntmaster::Data::Result::Open

DESCRIPTION

List of (contest, problem, user, time when user opened problem)

TABLE: opens

ACCESSORS

contest

  data_type: 'text'
  is_foreign_key: 1
  is_nullable: 0

problem

  data_type: 'text'
  is_foreign_key: 1
  is_nullable: 0

owner

  data_type: 'text'
  is_foreign_key: 1
  is_nullable: 0

time

  data_type: 'bigint'
  is_nullable: 0

PRIMARY KEY

RELATIONS

contest

Type: belongs_to

Related object: Gruntmaster::Data::Result::Contest

owner

Type: belongs_to

Related object: Gruntmaster::Data::Result::User

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.