Pinto::Schema::Result::Revision(3) Represents a set of changes to a stack

VERSION

version 0.097

NAME

Pinto::Schema::Result::Revision

TABLE: revision

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

uuid

  data_type: 'text'
  is_nullable: 0

message

  data_type: 'text'
  is_nullable: 0

username

  data_type: 'text'
  is_nullable: 0

utc_time

  data_type: 'integer'
  is_nullable: 0

time_offset

  data_type: 'integer'
  is_nullable: 0

is_committed

  data_type: 'boolean'
  is_nullable: 0

has_changes

  data_type: 'boolean'
  is_nullable: 0

PRIMARY KEY

  • ``id''

UNIQUE CONSTRAINTS

uuid_unique

  • ``uuid''

RELATIONS

ancestry_children

Type: has_many

Related object: Pinto::Schema::Result::Ancestry

ancestry_parents

Type: has_many

Related object: Pinto::Schema::Result::Ancestry

registrations

Type: has_many

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

stacks

Type: has_many

Related object: Pinto::Schema::Result::Stack

Moose ROLES APPLIED

  • Pinto::Role::Schema::Result

AUTHOR

Jeffrey Ryan Thalhammer <[email protected]>

COPYRIGHT AND LICENSE

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.