NAME
Pinto::Schema::Result::Revision - A group of changes to a stack
VERSION
version 0.063
NAME
Pinto::Schema::Result::Revision
TABLE: revision
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
stack
data_type: 'integer'
default_value: null
is_foreign_key: 1
is_nullable: 1
number
data_type: 'integer'
is_nullable: 0
is_committed
data_type: 'boolean'
is_nullable: 0
committed_on
data_type: 'integer'
is_nullable: 0
committed_by
data_type: 'text'
is_nullable: 0
message
data_type: 'text'
is_nullable: 0
sha256
data_type: 'text'
default_value: (empty string)
is_nullable: 1
PRIMARY KEY
UNIQUE CONSTRAINTS
stack_number_unique
RELATIONS
active_stack
Type: might_have
Related object: Pinto::Schema::Result::Stack
registration_changes
Type: has_many
Related object: Pinto::Schema::Result::RegistrationChange
stack
Type: belongs_to
Related object: Pinto::Schema::Result::Stack
Moose ROLES APPLIED
AUTHOR
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Imaginative Software Systems.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.