...
The table user_prop contains all set user properties.
User property is a clientwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
iduserprop | int(11) | Primary key (auto increment) |
user_id | varchar(32) | Foreign key to table user |
type | varchar(96) | Type of the property |
name | varchar(96) | Name of the property |
value | text | Value of the property |
idcatlang | int(11) | Foreign key to table cat_lang |
...