classroom property

Column<int> classroom
latefinal

Reference to the classroom for this specific timeslot.

Nullable because some timeslots may not have a classroom assigned. Different timeslots for the same course may reference different classrooms.

Implementation

late final classroom = integer().nullable().references(Classrooms, #id)();