DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Gender - A Gender Class
Contents
Description
Tests for this type of FK relationship
License
Please see DBIx::Class::Schema::PopulateMore For licensing terms.
perl v5.36.0 2023-01-22 DBIx::Class::S...:Result::Gender(3pm)
Methods
This module defines the following methods.
Name
DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Gender - A Gender Class
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
gender_id
Primary Key which is an auto generated UUID
label
Text label of the gender (ie, 'male', 'female', 'transgender', etc.).
primary_key
Sets the Primary keys for this table
Marks the unique columns
people
A resultset of people with this gender
