courseOffering property

Column<int> courseOffering
latefinal

Reference to the course offering this material belongs to.

Implementation

late final courseOffering = integer().references(
  CourseOfferings,
  #id,
  onDelete: KeyAction.cascade,
)();