![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::Schema::PopulateMore::Test::Schema::Result::Company - A Company Class DESCRIPTIONCompanies are entities people work for. A person can work for one or more companies. For the purposed of making this easy (for now) we will say that a company can exist without employees and that there is no logic preventing a person from working for more than one company at a time. PACKAGE METHODSThis module defines the following package methods tableName of the Physical table in the database add_columnsAdd columns and meta information company_id Primary Key which is an auto generated autoinc name The company's name primary_keySets the Primary keys for this table company_personsEach Company might have a resultset from the company_person table. This is a bridge table in a many-many type relationship employeesA resultset of Persons via a resultset of connecting CompanyPersons METHODSThis module defines the following methods. AUTHORPlease see DBIx::Class::Schema::PopulateMore For authorship information LICENSEPlease see DBIx::Class::Schema::PopulateMore For licensing terms.
|