Database – User Search Settings (user_search_settings_entity)
Settings for agent user searches.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
user_id | int(11) | ID of the associated agent user | ||
search_entity_type | char(50) | Search entity type | ||
search_settings | text | search settings | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | datetime | Timestamp of when the entity was created | ||
modified | timestamp | Timestamp of when the entity was last updated |