DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Person(3pm) | User Contributed Perl Documentation | DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Person(3pm) |
DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Person - A Person Class
Tests for this type of FK relationship
This module defines the following package methods
Name of the Physical table in the database
Add columns and meta information
person_id
Primary Key which is an auto generated autoinc
fk_gender_id
foreign key to the Gender table
name
Just an ordinary name
age
The person's age
created
When the person was added to the database
Sets the Primary keys for this table
Each Person might have a resultset of friendlist
This person's gender
A resultset of the people listing me as a friend (if any)
A resultset of Persons who are in my FriendList
A resultset of people that have me in their friendlist
Each Person might have a resultset from the company_person table. This is a bridge table in a many-many type relationship
A resultset of Companies via a resultset of connecting CompanyPersons
This module defines the following methods.
Please see DBIx::Class::Schema::PopulateMore For authorship information
Please see DBIx::Class::Schema::PopulateMore For licensing terms.
2023-01-22 | perl v5.36.0 |