Supabase [users.id]
I ran
drizzle-kit pull
to get my existing schema from Supabase. The schema output included the following
The issue was with [users.id]
. It said: Cannot find name 'users'.ts(2304). I updated [users.id]
to be [authUsers.id]
. I also imported:
Is that correct fix? The error went away, but this is all new to me.0 Replies