Provided by: pinto_0.14000-2_all 

NAME
Pinto::Schema::Result::Revision - Represents a set of changes to a stack
VERSION
version 0.14
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 <jeff@stratopan.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.
perl v5.36.0 2022-10-16 Pinto::Schema::Result::Revision(3pm)