The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DB::Tutorial::DBIx::Class::PT::BR::Result::Filho

TABLE: filho

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'filho_id_seq'

nome

  data_type: 'text'
  is_nullable: 1

pai_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

PRIMARY KEY

RELATIONS

amigoes

Type: has_many

Related object: DB::Tutorial::DBIx::Class::PT::BR::Result::Amigo

pai

Type: belongs_to

Related object: DB::Tutorial::DBIx::Class::PT::BR::Result::Pai