Ta mappings: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Name !!Datatype !!Description |- !id |int(11) |Primary key of the entry in table, auto increments by default |- !ta_id |int(11) |Id of the TA in...")
 
No edit summary
 
Line 14: Line 14:
|Respective course; FK into courses table.
|Respective course; FK into courses table.
|}  
|}  
 
== E/R diagram of tables referencing ta_mappings table  ==
The  table is not referencing any other table
== E/R diagram of tables users table is referencing to ==
The ta_mappings table is referenced by the following tables
[[File:ta_mappings_import.png]]


Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Latest revision as of 23:28, 24 April 2018

Name Datatype Description
id int(11) Primary key of the entry in table, auto increments by default
ta_id int(11) Id of the TA in question; FK into users table.
course_id int(11) Respective course; FK into courses table.

E/R diagram of tables referencing ta_mappings table

The table is not referencing any other table

E/R diagram of tables users table is referencing to

The ta_mappings table is referenced by the following tables

Back to Database Tables Main page.