Workplace to workplace favorites represents a relationship between a workplace and favorites collection. Workplace can belong to multiple of these.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| wp_to_wp_fav_id | nvarchar(64) | not null | A unique identifier for this relationship between workplace and workplace favorites list. It is a generated uuid |
| rank | integer | with null | A ranking that specifies the position of the workplace in the favorites list. |
| wp_id | nvarchar(64) | with null | A unique identifier for workplace. It is a generated uuid. |
| wp_fav_id | nvarchar(64) | with null | A unique identifier for this workplace favorites list. It is a generated uuid |
Product Name: Portal r12
Table Type: Table