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::Amigo

TABLE: amigo

ACCESSORS

id

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

nome

  data_type: 'text'
  is_nullable: 1

amigo_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

PRIMARY KEY

RELATIONS

amigo

Type: belongs_to

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

namoradas

Type: has_many

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