NAME
DB::Tutorial::DBIx::Class::PT::BR::Result::Namorada
TABLE: namorada
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'namorada_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::Amigo