[SOLVED] Prevent duplicate values in composite key
This topic is locked
[SOLVED]
 Prevent duplicate values in composite key
5/27/2020 7:07:56 AM
PHPRunner General questions
S
Sitaraman author
Hi, Is there a way to prevent duplicate values in add/edit pages while using composite keys in database? The duplicate check should be on the basis of key combination instead of checking each key individually. Thanks,