Hi!
Is there a way to prevent more than one item from being created with the same reference?
Example:
- 
Schema Student: 
 code (int)
 name (string)
- 
Schema Result 
 value (int)
 student (reference to schema Student)
I would like to prevent more than one result from being created for the same student.