NAME
DBIx::Class::AuditAny::AuditContext::Column - Default 'Column' context object for DBIx::Class::AuditAny
DESCRIPTION
This class tracks a single change to a single column, belonging to a parent "Change" context which represents multiple column changes, and the Change may belong to a "ChangeSet" which may comprise multiple different Changes, which of which having 1 or more column change contexts.
ATTRIBUTES
Docs regarding the API/purpose of the attributes and methods in this class still TBD...
ChangeContext
column_name
old_value
new_value
METHODS
class
SEE ALSO
SUPPORT
IRC:
Join #rapidapp on irc.perl.org.
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012-2015 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.