how to create a table of users in prisma referencing with the supabase user id?
how to create a table of users in prisma referencing with the supabase user id? I also need to delete the user when deleting the table. Any examples? I didn't find. Thanks.