The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# NEVER EDIT this file.  It was generated and will be overwritten without
# notice upon regeneration of this application.  You have been warned.
package Apps::Checkbook::Model::auth_db_user;
use strict; use warnings;

Apps::Checkbook::Model::auth_db_user->table   ( 'auth_db_user'     );
Apps::Checkbook::Model::auth_db_user->columns ( Primary   => qw/
    id
/ );

Apps::Checkbook::Model::auth_db_user->columns ( All       => qw/
    id
    something
/ );

Apps::Checkbook::Model::auth_db_user->columns ( Essential => qw/
    id
    something
/ );


sub get_foreign_display_fields {
    return [ qw(  ) ];
}

sub get_foreign_tables {
    return qw(
    );
}

sub foreign_display {
    my $self = shift;

}

1;

=head1 NAME

Apps::Checkbook::Model::GEN::auth_db_user - model for auth_db_user table (generated part)

=head1 DESCRIPTION

This model mixes into Apps::Checkbook::Model::auth_db_user,
because Class::DBI bindings don't really allow a choice.
It was generated by Bigtop, and IS subject to regeneration.

=head1 METHODS

You may use all normal Class::DBI::Sweet methods and the ones listed here:

=over 4

=item get_foreign_display_fields

=item get_foreign_tables

=item foreign_display

=back

=cut