Database – Custom Search Entity (custom_search_entity)
This table holds custom search settings for agent users.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID of the entity | ||
name | varchar(255) | The name of the entity instance | ||
access_type | enum('standard', 'private', 'public') | Type of the associated access | ||
search_type | varchar(255) | Type of the associated search | ||
ui_state | text | UI state | ||
owner | int(11) | Owner ID | ||
created | timestamp | Timestamp of when the search was created | ||
lastUpdated | timestamp | Timestamp of when the search was last updated | ||
deleted | tinyint(4) | Whether the entity was deleted | 1 - yes, 0 - no |