Portlet User Preferences represent a collection of name value pairs that are stored for a specific portlet entity and user combination. This provides for personalization of portlet entities.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| portlet_user_prefs_id | nvarchar(64) | not null | A unique identifier for portlet user preferences. It is a generated uuid. |
| user_id | nvarchar(128) | with null | The id of the user whose portlet preferences are being stored. |
| prefs | long nvarchar | with null | A string representation of the java.util.Properties that hold the portlet properties for this user portlet combination. |
| portlet_entity_id | nvarchar(64) | with null | A unique identifier for portlet entity. It is a generated uuid. |
Product Name: Portal r12
Table Type: Table