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