App-GnuCash-MembershipUtils

 view release on metacpan or  search on metacpan

lib/GnuCash/Schema/Result/Schedxaction.pm  view on Meta::CPAN

use utf8;
package GnuCash::Schema::Result::Schedxaction;

# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE

=head1 NAME

GnuCash::Schema::Result::Schedxaction

=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<schedxactions>

=cut

__PACKAGE__->table("schedxactions");

=head1 ACCESSORS

=head2 guid

  data_type: 'text'
  is_nullable: 0
  size: 32

=head2 name

  data_type: 'text'
  is_nullable: 1
  size: 2048

=head2 enabled

  data_type: 'integer'
  is_nullable: 0

=head2 start_date

  data_type: 'text'
  is_nullable: 1
  size: 8

=head2 end_date

  data_type: 'text'
  is_nullable: 1
  size: 8

=head2 last_occur

  data_type: 'text'
  is_nullable: 1
  size: 8

=head2 num_occur

  data_type: 'integer'
  is_nullable: 0

=head2 rem_occur

  data_type: 'integer'
  is_nullable: 0

=head2 auto_create

  data_type: 'integer'
  is_nullable: 0

=head2 auto_notify



( run in 1.008 second using v1.01-cache-2.11-cpan-99c4e6809bf )