Allows storing of name values pairs. Provides scoping by the owner of the property.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| property_id | nvarchar(64) | not null | Generated GUID |
| property_value | long nvarchar | with null | Value of the property, can be of any length |
| owner_id | nvarchar(128) | with null | Id of the object that own the property |
| property_name | nvarchar(256) | with null | Name of the property |
Product Name: Portal r12
Table Type: Table