User profile data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| fieldID | bigint | N/A | false | The ID of the field. | |
| primaryVal | smallint | N/A | false | Whether or not this value is the primary value in a list | |
| userID | bigint | N/A | false | The ID if the user this profile is associated with. | |
| value | varchar | 3500 | true | true | The value set for the field. |