Bookmarks: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The Bookmarks Ratings table gives information regarding the Bookmarks. == Bookmarks Documentation == {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) ...") |
(No difference)
|
Revision as of 22:49, 24 April 2018
The Bookmarks Ratings table gives information regarding the Bookmarks.
Bookmarks Documentation
| Field Name | Type | Description |
|---|---|---|
| id | int(11) | Unique ID for each bookmark record. |
| url | text | URL of the Bookmark. |
| title | text | Title of the Bookmark. |
| description | text | Description of the Bookmark. |
| user_id | int(11) | User ID who created the Bookmark. |
| topic_id | int(11) | Topic ID associated to the 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 Bookmarks Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Bookmarks Table as Foreign Key Relationship.
Back to Database Tables Main page.