courseOffering property
latefinal
Reference to the course offering this material belongs to.
Implementation
@override
late final GeneratedColumn<int> courseOffering = GeneratedColumn<int>(
'course_offering',
aliasedName,
false,
type: DriftSqlType.int,
requiredDuringInsert: true,
defaultConstraints: GeneratedColumn.constraintIsAlways(
'REFERENCES course_offerings (id)',
),
);