Group
Extension

Matches 4

DBIx-Class-AuditAny ( V/VA/VANSTYN/DBIx-Class-AuditAny-0.200200.tar.gz, VANSTYN, 2020; MetaCPAN )
DBIx-Class-AuditAny/README.pod ( view source; MetaCPAN )
> (one of 'insert', 'update' or 'delete') 
to more exotic and complex items like C<column_changes_json>. B<source> datapoints are 
logically the same as B<change>, but like B<base> datapoints, only ne
DBIx-Class-AuditAny ( V/VA/VANSTYN/DBIx-Class-AuditAny-0.200200.tar.gz, VANSTYN, 2020; MetaCPAN )
DBIx-Class-AuditAny/lib/DBIx/Class/AuditAny/AuditContext/Change.pm ( view source; MetaCPAN )
'column_changes_json', is => 'ro', isa => Str, lazy => 1, default => sub {
	my $self = shift;
	my $table = $self->column_changes_arr_arr_table;
	require JSON;
	return JSON::encode_json($table);
};


h
DBIx-Class-AuditAny ( V/VA/VANSTYN/DBIx-Class-AuditAny-0.200200.tar.gz, VANSTYN, 2020; MetaCPAN )
DBIx-Class-AuditAny/lib/DBIx/Class/AuditAny/Util/BuiltinDatapoints.pm ( view source; MetaCPAN )
 { data_type => "varchar", is_nullable => 0, size => 16 } 
		},
		{
			name 			=> 'column_changes_json', 
			column_info	=> { data_type => "mediumtext", is_nullable => 1 } 
		},
		{
			name 			=> 'col
DBIx-Class-AuditAny ( V/VA/VANSTYN/DBIx-Class-AuditAny-0.200200.tar.gz, VANSTYN, 2020; MetaCPAN )
DBIx-Class-AuditAny/lib/DBIx/Class/AuditAny.pm ( view source; MetaCPAN )
> (one of 'insert', 'update' or 'delete') 
to more exotic and complex items like C<column_changes_json>. B<source> datapoints are 
logically the same as B<change>, but like B<base> datapoints, only ne

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.