$$ScoresTableUpdateCompanionBuilder typedef
Implementation
typedef $$ScoresTableUpdateCompanionBuilder =
ScoresCompanion Function({
Value<int> id,
Value<int> user,
Value<int> semester,
Value<int> course,
Value<int?> courseOffering,
Value<int?> score,
Value<ScoreStatus?> status,
});