Courses users: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 23:21, 24 April 2018

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.