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 edit summary |
||
Line 1: | Line 1: | ||
The Bookmarks Ratings table gives information regarding the Bookmarks. | The Bookmarks Ratings table gives information regarding the Bookmarks. | ||
== Bookmarks Documentation == | == Bookmarks Variable Documentation == | ||
{| class="wikitable" | {| class="wikitable" |
Latest revision as of 23:06, 24 April 2018
The Bookmarks Ratings table gives information regarding the Bookmarks.
Bookmarks Variable 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.