Footprints Data Model

Table
Name chat_user_status
Comment The current chat status of an agent or customer application user.

Column
Name Datatype Comment Is PK Is FK
chat_user_status_id bigint The automatically generated primary key of the chat_user_status table. Yes No
app_user_id bigint A Foreign Key to the Application User table. No Yes
chat_status_id int A Foreign Key to the Chat Status table. No Yes