App-GnuCash-MembershipUtils
view release on metacpan or search on metacpan
lib/GnuCash/Schema/Result/Split.pm view on Meta::CPAN
use utf8;
package GnuCash::Schema::Result::Split;
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
=head1 NAME
GnuCash::Schema::Result::Split
=cut
use strict;
use warnings;
use base 'DBIx::Class::Core';
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=cut
__PACKAGE__->load_components("InflateColumn::DateTime");
=head1 TABLE: C<splits>
=cut
__PACKAGE__->table("splits");
=head1 ACCESSORS
=head2 guid
data_type: 'text'
is_nullable: 0
size: 32
=head2 tx_guid
data_type: 'text'
is_nullable: 0
size: 32
=head2 account_guid
data_type: 'text'
is_nullable: 0
size: 32
=head2 memo
data_type: 'text'
is_nullable: 0
size: 2048
=head2 action
data_type: 'text'
is_nullable: 0
size: 2048
=head2 reconcile_state
data_type: 'text'
is_nullable: 0
size: 1
=head2 reconcile_date
data_type: 'text'
is_nullable: 1
size: 19
=head2 value_num
data_type: 'bigint'
is_nullable: 0
=head2 value_denom
data_type: 'bigint'
is_nullable: 0
( run in 0.679 second using v1.01-cache-2.11-cpan-99c4e6809bf )