|
NAMEDBIx::Class::Schema::PopulateMore::Test::Schema::Result::Company - A Company ClassDESCRIPTIONCompanies 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 methodstableName of the Physical table in the databaseadd_columnsAdd columns and meta informationcompany_id Primary Key which is an auto generated autoinc name The company's name primary_keySets the Primary keys for this tablecompany_personsEach Company might have a resultset from the company_person table. This is a bridge table in a many-many type relationshipemployeesA resultset of Persons via a resultset of connecting CompanyPersonsMETHODSThis module defines the following methods.AUTHORPlease see DBIx::Class::Schema::PopulateMore For authorship informationLICENSEPlease see DBIx::Class::Schema::PopulateMore For licensing terms.
Visit the GSP FreeBSD Man Page Interface. |