]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/Maintainer.pm
add more documentation of the debbugs schema
[debbugs.git] / Debbugs / DB / Result / Maintainer.pm
index 699378983a3b95edb2ea59d4a2397529443676e8..8ab3d549b8d0e02b4160fc5cc77338d00ce5a66c 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::Maintainer;
 
 =head1 NAME
 
-Debbugs::DB::Result::Maintainer
+Debbugs::DB::Result::Maintainer - Package maintainer names
 
 =cut
 
@@ -42,11 +42,15 @@ __PACKAGE__->table("maintainer");
   is_nullable: 0
   sequence: 'maintainer_id_seq'
 
+Package maintainer id
+
 =head2 name
 
   data_type: 'text'
   is_nullable: 0
 
+Name of package maintainer
+
 =head2 created
 
   data_type: 'timestamp with time zone'
@@ -54,6 +58,8 @@ __PACKAGE__->table("maintainer");
   is_nullable: 0
   original: {default_value => \"now()"}
 
+Time maintainer record created
+
 =head2 modified
 
   data_type: 'timestamp with time zone'
@@ -61,6 +67,8 @@ __PACKAGE__->table("maintainer");
   is_nullable: 0
   original: {default_value => \"now()"}
 
+Time maintainer record modified
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -133,8 +141,8 @@ __PACKAGE__->has_many(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-25 00:09:07
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XOB1oEoov4hXMzTD4A7KHg
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-29 18:11:35
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:34HJCwoLU+I0PN5A1EzhYA
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration