tbl1_Student_Proficiencies¶
- Description
Obsolete?
- Footnote
At one point this table was in request portal and was used as a quick way for evaluators to take note of student proficiencies. But it was never really use and was since removed from student detail window to make room for other fields
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=""
DateGranted datetime DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
Reason varchar(50) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
GrantedBy varchar(50) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
Notes mediumtext 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=""