⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to implement a set of values as a unique key and not an independent validation by index?



edisonr17

edisonr17
  • profile picture
  • Member

Posted 04 July 2017 - 14:52 PM

Example. 

Inserting values in the table

 

1 and 1 = true

1 and 2 = true

1 and 1 = false 

2 and 1 = true

2 and 2 = true

2 and 1 = false