You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, custom_uniqueKey is typed as "string", but really this should be a union of the column names within the table they're targeting. I played around with this a bit but wasn't able to wrangle the prisma types to get this working.
Currently,
custom_uniqueKeyis typed as "string", but really this should be a union of the column names within the table they're targeting. I played around with this a bit but wasn't able to wrangle the prisma types to get this working.