Ta mappings

From Expertiza_Wiki
Revision as of 19:54, 17 May 2016 by Rkyadav (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.


Back to Database Tables Main page.