anujmehla / Spoorthi

This is the repository for Spoorthi Foundation project.
MIT License
1 stars 2 forks source link

Need to apply unique constraints on phone and email #1

Closed anujmehla closed 2 months ago

anujmehla commented 2 months ago

these are columns in userEntity class.

anujmehla commented 2 months ago

the problem was, we applied the unique constraint after creating the table. Hence, it the table was not updated and it was not working. When we created table again, then it worked.