Upsert not working because of error Column id is an identity column defined as GENERATED ALWAYS.
I'm trying to do an upsert on a post, this is returning this error:
Is there a setting I need to adjust for making this work? I'm using supabase-js to do the upsert.
Is there a setting I need to adjust for making this work? I'm using supabase-js to do the upsert.