How to add a unique for a combination?
This is my access schema:
The combination of organizationId and userId must be unique. But only the combination. How can I achieve that?
I'm using Postgresql.
Thank you so much.
The combination of organizationId and userId must be unique. But only the combination. How can I achieve that?
I'm using Postgresql.
Thank you so much.