|
id
|
int(10) unsigned
|
|
|
|
|
teaching_load_id
|
int(10) unsigned
|
|
|
|
|
section_id
|
int(10) unsigned
|
|
|
|
|
subject_id
|
int(10) unsigned
|
|
|
|
|
teacher_id
|
int(10) unsigned
|
|
|
|
|
learner_id
|
int(10) unsigned
|
|
|
|
|
term
|
enum
|
-- |
|
Term 1
|
|
grade
|
decimal(5,2)
|
|
|
|
|
remarks
|
varchar(50)
|
|
|
|
|
teacher_comment
|
text
|
|
|
|
|
encoded_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
is_archived
|
tinyint(1)
|
|
|
0
|