Reference to the authenticated user who received this score.
late final user = integer().references( Users, #id, onDelete: KeyAction.cascade, )();