NAME

Interchange6::Schema::Result::UserAttributeValue

ACCESSORS

user_attribute_values_id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
primary key

user_attributes_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

attribute_values_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

RELATIONS

user_attribute

Type: belongs_to

Related object: Interchange6::Schema::Result::UserAttribute

attribute_value

Type: belongs_to

Related object: Interchange6::Schema::Result::AttributeValue