During the preparation of my relational model, I'm stuck at the translation of a type constraint {XOR}.
Here's an example: I have a file that is equivalent credit by an applicant (a user) and it is also validated by a validator (another user) but there is an exclusion constraint the applicant may not be the validator to the same folder.
How I can translate it at my table?
Dossier_Equi (num_dosier, # applicant # validator ......)