exists id in the table in laravel validation code example
Example: exists id in the table in laravel validation
'game_id' => 'required|exists:games,id,another_column,NULL',
'game_id' => 'required|exists:games,id,another_column,NULL',