|
id
|
int(11)
|
|
|
|
|
staff_id
|
int(11)
|
|
|
|
|
course_id
|
int(11)
|
|
|
|
|
semester_id
|
int(11)
|
|
|
|
|
section_name
|
varchar(50)
|
|
|
|
|
student_count
|
int(11)
|
|
|
|
|
teaching_type
|
enum
|
-- |
|
both
|
|
weekly_theory_hours
|
decimal(4,1)
|
|
|
0.0
|
|
weekly_practical_hours
|
decimal(4,1)
|
|
|
0.0
|
|
is_extra
|
tinyint(1)
|
|
|
0
|
|
notes
|
varchar(255)
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|