Bookmark ratings: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "The Bookmark Ratings table gives information regarding the ratings provided to each of these bookmarks. == Bookmark Ratings Variable Documentation ==  {| class="wikitable"  !Fiel...") | |||
| Line 7: | Line 7: | ||
| !id     | !id     | ||
| |int(11)    | |int(11)    | ||
| |Unique ID for each  | |Unique ID for each bookmark_ratings record. | ||
| |-   | |-   | ||
| !bookmark_id     | !bookmark_id     | ||
Latest revision as of 22:45, 24 April 2018
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 bookmark_ratings 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.