logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pinto::Schema::Result::Distribution - Represents a distribution archive

Accessors

id
         data_type: 'integer'
         is_auto_increment: 1
         is_nullable: 0

   author
         data_type: 'text'
         is_nullable: 0

   archive
         data_type: 'text'
         is_nullable: 0

   source
         data_type: 'text'
         is_nullable: 0

   mtime
         data_type: 'integer'
         is_nullable: 0

   sha256
         data_type: 'text'
         is_nullable: 0

   md5
         data_type: 'text'
         is_nullable: 0

   metadata
         data_type: 'text'
         is_nullable: 0

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Moose Roles Applied

       •   Pinto::Role::Schema::Result

Name

       Pinto::Schema::Result::Distribution

Primary Key

       •   "id"

Relations

packages
       Type: has_many

       Related object: Pinto::Schema::Result::Package

   prerequisites
       Type: has_many

       Related object: Pinto::Schema::Result::Prerequisite

   registrations
       Type: has_many

       Related object: Pinto::Schema::Result::Registration

Table: "Distribution"

Unique Constraints

"author_archive_unique"
       •   "author"

       •   "archive"

Version

       version 0.14

See Also