db_favorite
Favorites
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
user_id | Integer | db_person.id | User ID |
object_id | Integer | Â | Favorite object ID |
object_type | Integer | Â | Favorite object type |
Favorites
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
user_id | Integer | db_person.id | User ID |
object_id | Integer | Â | Favorite object ID |
object_type | Integer | Â | Favorite object type |