tbl1_Student_CourseHistory¶
- Description
Obsolete?
- Footnote
original intention was so evaluators could enter a course history for a student in request portal on-the-fly for use in evaluating. But this was never really used.
Columns¶
ID int(11) NOT NULL
- Options
display="true", null="true", search="false", type=""
StudentID int(11) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
course varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
section varchar(10) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
semester_year varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
semester_term varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
instructor varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
grade varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
notes varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
credits varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
subject varchar(15) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
TA varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
display="true", null="true", search="false", type=""