The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Interchange6::Schema::Result::UserAttribute

ACCESSORS

user_attributes_id

Primary key.

users_id

FK on "users_id" in Interchange6::Schema::Result::User.

attributes_id

FK on "attributes_id" in Interchange6::Schema::Result::Attribute.

UNIQUE CONSTRAINT

users_id_attributes_id

RELATIONS

user

Type: belongs_to

Related object: Interchange6::Schema::Result::User

attribute

Type: belongs_to

Related object: Interchange6::Schema::Result::Attribute

user_attribute_values

Type: has_many

Related object: Interchange6::Schema::Result::UserAttributeValue