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::Registration - Represents the relationship between a Package and a Stack

Accessors

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

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

   package_name
         data_type: 'text'
         is_nullable: 0

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

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

   is_pinned
         data_type: 'boolean'
         is_nullable: 0

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Moose Roles Applied

       •   Pinto::Role::Schema::Result

Name

       Pinto::Schema::Result::Registration

Primary Key

       •   "id"

Relations

distribution
       Type: belongs_to

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

   package
       Type: belongs_to

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

   revision
       Type: belongs_to

       Related object: Pinto::Schema::Result::Revision

Table: "Registration"

Unique Constraints

"revision_package_name_unique"
       •   "revision"

       •   "package_name"

Version

       version 0.14

See Also