department property

Column<int> department
latefinal

Reference to the teacher's department.

Implementation

late final department = integer().nullable().references(Departments, #id)();