NAME
Pinto::Schema::Result::Revision - Represents a set of changes to a stack
VERSION
version 0.09993
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
UNIQUE CONSTRAINTS
uuid_unique
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
AUTHOR
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 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.