grandTotalRank property
latefinal
Position in the cumulative ranking (歷年成績排名).
Implementation
@override
late final GeneratedColumn<int> grandTotalRank = GeneratedColumn<int>(
'grand_total_rank',
aliasedName,
false,
type: DriftSqlType.int,
requiredDuringInsert: true,
);