NAME
Pinto::Schema::Result::Distribution - Represents a distribution archive
VERSION
version 0.038
NAME
Pinto::Schema::Result::Distribution
TABLE: distribution
ACCESSORS
distribution_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
path
data_type: 'text'
is_nullable: 0
source
data_type: 'text'
is_nullable: 0
mtime
data_type: 'integer'
is_nullable: 0
PRIMARY KEY
UNIQUE CONSTRAINTS
path_unique
RELATIONS
packages
Type: has_many
Related object: Pinto::Schema::Result::Package
AUTHOR
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Imaginative Software Systems.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.