phase property

Column<int> phase
latefinal

Course sequence phase/stage number (階段, e.g., "1", "2").

For multi-part courses like 物理 with the same name. Some courses encode the sequence in the name instead (e.g., 英文溝通與應用(一)).

Not a Fetchable field.

Implementation

late final phase = integer().nullable()();