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::Prerequisite - Represents a Distribution -> Package dependency

Accessors

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

   phase
         data_type: 'text'
         is_nullable: 0

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

   package_name
         data_type: 'text'
         is_nullable: 0

   package_version
         data_type: 'text'
         is_nullable: 0

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Moose Roles Applied

       •   Pinto::Role::Schema::Result

Name

       Pinto::Schema::Result::Prerequisite

Primary Key

       •   "id"

Relations

distribution
       Type: belongs_to

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

Table: "Prerequisite"

Unique Constraints

"distribution_phase_package_name_unique"
       •   "distribution"

       •   "phase"

       •   "package_name"

Version

       version 0.14

See Also