|
id
|
int(11)
|
|
|
|
|
space_id
|
int(11)
|
|
|
|
|
academic_course_id
|
int(11)
|
|
|
|
|
assignment_id
|
int(11)
|
|
|
|
|
semester_id
|
int(11)
|
|
|
|
|
allocated_to
|
varchar(255)
|
|
|
|
|
purpose
|
enum
|
-- |
|
lecture
|
|
day_of_week
|
tinyint(4)
|
|
|
|
|
start_time
|
time
|
|
|
|
|
end_time
|
time
|
|
|
|
|
start_date
|
date
|
|
|
|
|
end_date
|
date
|
|
|
|
|
recurrence
|
enum
|
-- |
|
weekly
|
|
capacity
|
int(11)
|
|
|
|
|
notes
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
confirmed
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|