|
id
|
int(10) unsigned
|
|
|
|
|
section_id
|
int(10) unsigned
|
|
|
|
|
subject_id
|
int(10) unsigned
|
|
|
|
|
teacher_id
|
int(10) unsigned
|
|
|
|
|
teacher_2_id
|
int(10) unsigned
|
|
|
|
|
school_year_id
|
int(10) unsigned
|
|
|
|
|
is_archived
|
tinyint(1)
|
|
|
0
|
|
term
|
enum
|
-- |
|
Term 1
|
|
semester
|
enum
|
-- |
|
Whole Year
|
|
status
|
enum
|
-- |
|
active
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
applies_to
|
enum
|
-- |
|
all
|
|
strand_id
|
int(10) unsigned
|
|
|
|
|
is_team_teaching
|
tinyint(1)
|
|
|
0
|
|
consolidation_rule
|
enum
|
-- |
|
single
|