Database – User Favorite Search Entity (user_favorite_search_entity)
This table holds information for favorite searches for users.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID of the entity | ||
user_id | int(11) | The related user ID | ||
custom_search_id | int(11) | The ID of the custom search | ||
is_default | tinyint(1) | |||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(4) | Whether the entity was deleted | 1 - yes, 0 - no |