Database – Dashboard Preferences (dashboardpreferences_entity)
Description
This table holds information on the agent dashboard preferences.
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | ||
dashboard_id | int(11) | The ID of the associated dashboard. | |
user_id | int(11) | The ID of the user associated with the dashboard. | |
is_primary | tinyint(1) | 1 - yes, 0 - no | |
preferences | text | ||
lastUpdated | timestamp | Specifies when the entity was last updated. | |
deleted | tinyint(1) | Determines if the entity is deleted or not. | 1 - yes, 0 - no |
created | timestamp | Specifies when the entity was created. |