Tablesuser profiles/

From Joomla! Documentation

Usage:[edit]

  • Since:

Description:[edit]

Simple user profile storage table.

user_profiles Table (#__user_profiles)
Field Type Nullable Default Key Extra Comments
user_id int(11) NOT NULL
profile_key varchar(100) NOT NULL
profile_value varchar(255) NOT NULL
ordering int(11) NOT NULL 0

Notes[edit]

Indices
Index Name Column(s) Unique?
idx_user_id_profile_key user_id, profile_key Yes
  • Default character set: utf8