Footprints Data Model |
Table |
Table Name | Chat User Status |
Table Definition | The current chat status of an agent or customer application user. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Chat User Status Id | The automatically generated primary key of the chat_user_status table. | LONG | Yes |
Application User Id | A Foreign Key to the Application User table. | LONG | Yes |
Chat Status Id | A Foreign Key to the Chat Status table. | INTEGER | Yes |