I've a simple table with 3 columns .
| prefix | phoneNumber | verifiedDate |
------------------------------------------
verifiedDate could hold Null
how can I force this constraint on my database? One row for every UNIQUE prefx & phoneNumber exist if verifiedDate is not NULL.
duplication of prefx & phoneNumber are only allowed if there is no row that hold prefx & phoneNumber and verifiedDate is not NULL!