The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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