Courses users

From Expertiza_Wiki
Revision as of 23:21, 24 April 2018 by Psinha (talk | contribs) (Created page with "The Courses Users table gives information regarding the users registered to Courses. == Courses Users Variable Documentation == {| class="wikitable" !Field Name !!Type !!Descri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Courses Users table gives information regarding the users registered to Courses.

Courses Users Variable Documentation

Field Name Type Description
id int(11) The unique record id
user_id int(11) ID of the User registered to the particular course.
course_id int(11) ID of the associated Course.
active tinyint(1) Boolean Value indicating whether the course is active or not.

E/R diagram for Parents Tables

Tables referred by the Courses Users Table as Foreign Key Relationship.


E/R diagram for Child Tables

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


Back to Database Tables Main page.