Tablesuser profiles/

From Joomla! Documentation

Revision as of 17:41, 1 September 2010 by Dsiders (talk | contribs) (New page: == Usage: == * Since: == Description: == Simple user profile storage table. {| border="1" |+ '''user_profiles Table (#__user_profiles)''' |- bgcolor="lightgrey" | Field || Type || Nullab...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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