Workplace Favorites are collections of Workplaces that users can configure to organize the view of workplaces that are available to them.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| wp_fav_id | nvarchar(64) | not null | A unique identifier for this workplace favorites list. It is a generated uuid |
| fav_name | nvarchar(128) | with null | A name of the workplace favorites list. |
| user_id | nvarchar(128) | with null | A user id who owns this workplace favorites list. |
| portal_instance_id | nvarchar(64) | with null | Id of the portal instance. |
Product Name: Portal r12
Table Type: Table