Answer tags

From Expertiza_Wiki
Revision as of 01:27, 23 April 2018 by Psinha (talk | contribs) (Created page with "The Answer Tags table gives information regarding the due dates associated to each of the assignment. == Answer Tags Variable Documentation == {| class="wikitable" !Field Name ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Answer Tags table gives information regarding the due dates associated to each of the assignment.

Answer Tags Variable Documentation

Field Name Type Description
id int(11) Unique ID for each Answer_tag record.
answer_id int(11) ID of each of the Answer.
tag_prompt_deployment_id int(11) Deployment ID of the Tag.
user_id int(11) ID of the User who did the deployment
value varchar(255) Value of the Tag.
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

Tables referred by the Answer Tags Table as Foreign Key Relationship.

E/R diagram for Child Tables

No Tables refer the Answer Tags Table as Foreign Key Relationship.



Back to Database Tables Main page.