| id |
int(11)
|
|
|
|
| space_id |
int(11)
|
|
|
|
| academic_course_id |
int(11)
|
|
|
|
| assignment_id |
int(11)
|
|
|
|
| semester_id |
int(11)
|
|
|
|
| allocated_to |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| purpose |
enum('lecture', 'lab', 'exam', 'meeting', 'event', 'other')
|
utf8mb4_unicode_ci
|
|
|
| day_of_week |
tinyint(4)
|
|
|
|
| start_time |
time
|
|
|
|
| end_time |
time
|
|
|
|
| start_date |
date
|
|
|
|
| end_date |
date
|
|
|
|
| recurrence |
enum('once', 'weekly', 'daily')
|
utf8mb4_unicode_ci
|
|
|
| capacity |
int(11)
|
|
|
|
| notes |
text
|
utf8mb4_unicode_ci
|
|
|
| status |
enum('confirmed', 'tentative', 'cancelled')
|
utf8mb4_unicode_ci
|
|
|
| created_by |
int(11)
|
|
|
|
| created_at |
timestamp
|
|
|
|