'game_id' => 'required|exists:games,id,another_column,NULL',
'payable_id' => 'exists:payables,id,'.$this->route('id'),