Existe ID na tabela em validação de Laravel

'game_id' => 'required|exists:games,id,another_column,NULL',
Tyagi420