Bids

From Expertiza_Wiki
Revision as of 22:36, 24 April 2018 by Psinha (talk | contribs) (Created page with "The Bids table gives information regarding the bids for the topics given by a particular user. == Badges Variable Documentation == {| class="wikitable" !Field Name !!Type !!Des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Bids table gives information regarding the bids for the topics given by a particular user.

Badges Variable Documentation

Field Name Type Description
id int(11) Unique ID for each badges record.
topic_id int(11) Name of the Topic.
user_id int(11) User ID who bid for the Topic.
created_at datetime Date time value when the record was created.
updated_at datetime Date time value when the record was updated.
priority int(11) Priority Level for that Bid.

E/R diagram for Parents Tables

No Tables were referred by the Bids Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Bids Table as Foreign Key Relationship.



Back to Database Tables Main page.