Quiz question choices

From Expertiza_Wiki
Revision as of 22:46, 25 April 2018 by Agrawa (talk | contribs) (Created page with "{| class="wikitable" !Name !!Datatype !!Description ! |- !id |INT(11) |unique identifier for the record |- !question_id |INT(11) |the unique identifier for the question |- !tx...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Name Datatype Description !
id INT(11) unique identifier for the record
question_id INT(11) the unique identifier for the question
txt TXT The description for the question
iscorrect BIT to check whether it is correct or not

E/R diagram for Parents Tables

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


E/R diagram for Child Tables

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


Back to Database Tables Main page.