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::Ancestry - Represents the relationship between revisions

Accessors

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

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

   child
         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::Ancestry

Primary Key

       •   "id"

Relations

child
       Type: belongs_to

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

   parent
       Type: belongs_to

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

Table: "Ancestry"

Version

       version 0.14

See Also