Bookmark ratings
The Bookmark Ratings table gives information regarding the ratings provided to each of these bookmarks.
Bookmark Ratings Variable Documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | Unique ID for each badges record. |
bookmark_id | int(11) | ID of the Bookmark. |
user_id | int(11) | User ID who rated the particulater Bookmark. |
rating | int(11) | Rating provided to that bookmark. |
created_at | datetime | Date time value when the record was created. |
updated_at | datetime | Date time value when the record was updated. |
E/R diagram for Parents Tables
No Tables were referred by the Bookmark_ratings Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Bookmark_ratings Table as Foreign Key Relationship.
Back to Database Tables Main page.