Workplace metadata represent name-value pairs assigned to a workplace for later searching. For example, a “Sales” workplace may have a “Region” attribute whose value is Midwest”.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| wp_metadata_id | nvarchar(128) | not null | The key of the metadata value |
| metadata_value | nvarchar(256) | with null | The value of the metadata. |
| wp_id | nvarchar(64) | with null | A unique identifier for workplace. It is a generated uuid. |
| cat_name | nvarchar(128) | with null | The name of the category. |
Product Name: Portal r12
Table Type: Table