courseCode property
latefinal
The course catalog code (e.g., "3601001").
Soft reference — joins to Courses.code at query time. Null for special entries (e.g., "班週會及導師時間") that have no catalog entry.
Implementation
@override
late final GeneratedColumn<String> courseCode = GeneratedColumn<String>(
'course_code',
aliasedName,
true,
type: DriftSqlType.string,
requiredDuringInsert: false,
);