User profile data stage table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| field_id | 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 | |
| user_id | 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. |