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::FriendList - An example Friends Class;

Attributes

       This class defines the following attributes.

Author

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

Description

       Probably not the best way to do a friend list relationship.

License

       Please see DBIx::Class::Schema::PopulateMore For licensing terms.

perl v5.36.0                                       2023-01-22              DBIx::Class::S...ult::FriendList(3pm)

Methods

       This module defines the following methods.

Name

       DBIx::Class::Schema::PopulateMore::Test::Schema::Result::FriendList - An example Friends 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

       fk_person_id

       ID of the person with friends

       fk_friend_id

       Who is the friend?

   primary_key
       Sets the Primary keys for this table

   befriender
       The person that 'owns' the friendship (list)

   friendee
       The actual friend that befriender is listing

See Also