NAME
Interchange6::Schema::Result::UserAttribute
TABLE: user_attributes
ACCESSORS
user_attributes_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'user_attributes_user_attributes_id_seq'
users_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
attributes_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
PRIMARY KEY
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