Bookmarks

From Expertiza_Wiki
Jump to navigation Jump to search

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.