How to handle multiple unique constraints with onConflictDoUpdate?
My postgres table has 2 unique constraints:
During insert I am able to handle
During insert I am able to handle
unique_id constraint, but how do I handle the other one?