logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Class::Schema::PopulateMore::Test::Schema::Result::Gender - A Gender Class

Author

       Please see DBIx::Class::Schema::PopulateMore For authorship information

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

See Also