Unique indexes on link endpoints #1714
-
I understand that referencing arbitrary properties of a link source/target is problematic, since they might be in different tables. But the ids of the source/target itself should be available on the link (as foreign key or because the link is embedded into the table). Being able to reference them in a unique index is needed for common scenarios:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
This is already the case by default.
Use |
Beta Was this translation helpful? Give feedback.
This is already the case by default.
Use
constraint exclusive
for this.