Morning team - looking for some industry standard suggestions on hooking Prisma up to Supabase when using Supabase auth. Right now I have a user table in my public schema, and a trigger that creates a new user row whenever a signup on supabase auth occurs.
I tried havint the FK relationship established, but this feels overly problematic. Would it be best to just trust the trigger assigns the same UUID on the user table?