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::Package - Represents a Package provided by a Distribution

Accessors

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

   name
         data_type: 'text'
         is_nullable: 0

   version
         data_type: 'text'
         is_nullable: 0

   file
         data_type: 'text'
         default_value: null
         is_nullable: 1

   sha256
         data_type: 'text'
         default_value: null
         is_nullable: 1

   distribution
         data_type: 'integer'
         is_foreign_key: 1
         is_nullable: 0

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Moose Roles Applied

       •   Pinto::Role::Schema::Result

Name

       Pinto::Schema::Result::Package

Primary Key

       •   "id"

Relations

distribution
       Type: belongs_to

       Related object: Pinto::Schema::Result::Distribution

   registrations
       Type: has_many

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

Table: "Package"

Unique Constraints

"name_distribution_unique"
       •   "name"

       •   "distribution"

Version

       version 0.14

See Also