menu
tattoo
database/schema.dart
CourseOfferingStudents
student property
student
dark_mode
light_mode
student
property
Column
<
int
>
student
late
final
Reference to the student.
Implementation
late final student = integer().references(Students, #id)();
tattoo
schema
CourseOfferingStudents
student property
CourseOfferingStudents class