courseType property

Column<String> courseType
latefinal

Course type for graduation credit requirements (課程標準).

Uses symbols from syllabus page: ○, △, ☆, ●, ▲, ★ See CourseType enum for mapping.

Implementation

late final courseType = textEnum<CourseType>().nullable()();