Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table user_prop contains all set user properties. 

User property is a clientwide ressource.

Table structure

Field nameField specificationComment / Explanation
iduserpropint(11)Primary key (auto increment)
user_idvarchar(32)Foreign key to table user
typevarchar(96)Type of the property
namevarchar(96)Name of the property
valuetextValue of the property
idcatlangint(11)Foreign key to table cat_lang

...