Table that stores chat users.
Data model
Fields
| Field | Type | Description |
|---|---|---|
| browser | VARCHAR (200) | Browser used by the user |
| country | VARCHAR (200) | Country from which the user connects |
| email* | NVARCHAR (400) | User Email, Composite Key UX_AFW_CHAT_PERSON |
| id* | INT | Unique identifier |
| name* | VARCHAR (100) | Username |
| operatingsystem | VARCHAR (200) | Operating system used by the user |
| userid* | INT | Code assigned to the user within the application, Composite Key UX_AFW_CHAT_PERSON |
Primary Key
| PK_AFW_CHAT_PERSON |
|---|
| id |