X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FBinVer.pm;h=8966d3d8ba6410fad6ff29c3420b67e9aa298288;hb=afb6e29198afbc16f103579d0c4815f9e5fbe214;hp=0ac574580b2687871a9fe3a21f560b87bf06e601;hpb=9236374760584c410ebcb9cfdb19a481c1dedadb;p=debbugs.git diff --git a/Debbugs/DB/Result/BinVer.pm b/Debbugs/DB/Result/BinVer.pm index 0ac5745..8966d3d 100644 --- a/Debbugs/DB/Result/BinVer.pm +++ b/Debbugs/DB/Result/BinVer.pm @@ -6,7 +6,7 @@ package Debbugs::DB::Result::BinVer; =head1 NAME -Debbugs::DB::Result::BinVer +Debbugs::DB::Result::BinVer - Binary versions =cut @@ -42,29 +42,39 @@ __PACKAGE__->table("bin_ver"); is_nullable: 0 sequence: 'bin_ver_id_seq' +Binary version id + =head2 bin_pkg_id data_type: 'integer' is_foreign_key: 1 is_nullable: 0 +Binary package id (matches bin_pkg) + =head2 src_ver_id data_type: 'integer' is_foreign_key: 1 is_nullable: 0 +Source version (matchines src_ver) + =head2 arch_id data_type: 'integer' is_foreign_key: 1 is_nullable: 0 +Architecture id (matches arch) + =head2 ver data_type: 'debversion' is_nullable: 0 +Binary version + =cut __PACKAGE__->add_columns( @@ -195,8 +205,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-25 00:09:07 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ID7wx8HJaYZgpdhHqCq8GQ +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9iEDj8DfMh5jdc03zs4UmQ # You can replace this text with custom code or comments, and it will be preserved on regeneration