So when I pull down my database for prisma, it doe...
# help
d
So when I pull down my database for prisma, it doesn't pull down the users table. So when I try to reference a user id in my prisma, I don't have the ability to do so because prisma doesn't support foreign keys. How do you guys get around this with using prisma and supabase?
n
Hello @Duckstroyer! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
d
As an example, I'd like to make a profile table that references a user id