|
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
|
|
|
|
|
teacher_slot
|
enum
|
-- |
|
teacher1
|
|
learner_id
|
int(10) unsigned
|
|
|
|
|
term1_grade
|
varchar(10)
|
|
|
|
|
term2_grade
|
varchar(10)
|
|
|
|
|
term3_grade
|
varchar(10)
|
|
|
|
|
final_average
|
int(10) unsigned
|
|
|
|
|
remarks
|
varchar(50)
|
|
|
|
|
teacher_comment
|
text
|
|
|
|
|
entry_status
|
enum
|
-- |
|
draft
|
|
encoded_by
|
int(10) unsigned
|
|
|
|
|
submitted_at
|
datetime
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
is_archived
|
tinyint(1)
|
|
|
0
|