menu
tattoo
database/schema.dart
CourseOfferings
withdrawn property
withdrawn
dark_mode
light_mode
withdrawn
property
Column
<
int
>
withdrawn
late
final
Number of withdrawn students (撤).
Implementation
late final withdrawn = integer().nullable()();
tattoo
schema
CourseOfferings
withdrawn property
CourseOfferings class