Ubuntu Manpages

Pinto::Schema::Result::Registration

Represents the relationship between a Package and a Stack

version 0.097

Pinto::Schema::Result::Registration

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

  data_type: 'text'
  is_nullable: 0

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

  data_type: 'boolean'
  is_nullable: 0

  • "id"

  • "revision"
  • "package_name"

Type: belongs_to

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

Type: belongs_to

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

Type: belongs_to

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

  • Pinto::Role::Schema::Result

Jeffrey Ryan Thalhammer <jeff@stratopan.com>

This software is copyright (c) 2013 by Jeffrey Ryan Thalhammer.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.