table of contents
DBIx::Class::Schema::PopulateMore::Test::Schema::Result::CompanyPerson(3pm) | User Contributed Perl Documentation | DBIx::Class::Schema::PopulateMore::Test::Schema::Result::CompanyPerson(3pm) |
NAME¶
DBIx::Class::Schema::PopulateMore::Test::Schema::Result::CompanyPerson - Bridge between Company and Person
DESCRIPTION¶
Bridge table for many to many style relationship between Company and Person.
ATTRIBUTES¶
This class defines the following attributes.
PACKAGE METHODS¶
This module defines the following package methods
table¶
Name of the Physical table in the database
add_columns¶
Add columns and meta information
fk_person_id
ID of the person with a companies
fk_company_id
ID of the company with persons
primary_key¶
Sets the Primary keys for this table
employee¶
The person that is employed by a company
company¶
The company that employees the person
employment_history¶
each instance of a company_person has a related employment history
METHODS¶
This module defines the following methods.
AUTHOR¶
Please see DBIx::Class::Schema::PopulateMore For authorship information
LICENSE¶
Please see DBIx::Class::Schema::PopulateMore For licensing terms.
2023-01-22 | perl v5.36.0 |