Add table and column comments
[gruntmaster-data.git] / lib / Gruntmaster / Data / Result / Contest.pm
index 77ac716b8c6de2d9e45c7f380e6e8014611c023a..e7b72259d7b10fc05c3736a7200347f4fd3405ea 100644 (file)
@@ -6,7 +6,7 @@ package Gruntmaster::Data::Result::Contest;
 
 =head1 NAME
 
-Gruntmaster::Data::Result::Contest
+Gruntmaster::Data::Result::Contest - List of contests
 
 =cut
 
@@ -38,11 +38,15 @@ __PACKAGE__->table("contests");
   data_type: 'integer'
   is_nullable: 0
 
+Unix time when contest starts
+
 =head2 stop
 
   data_type: 'integer'
   is_nullable: 0
 
+Unix time when contest ends
+
 =head2 owner
 
   data_type: 'text'
@@ -164,8 +168,8 @@ Composing rels: L</contest_problems> -> problem
 __PACKAGE__->many_to_many("problems", "contest_problems", "problem");
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-12-11 23:51:27
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nu+Io9AhYkzYCky5UpCaKQ
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-12-19 16:54:00
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IxxZqQwKisBwDabCNUD55Q
 
 use List::Util qw/sum/;
 
This page took 0.009991 seconds and 4 git commands to generate.