Hey all, i’ve successfully setup prisma but when connecting with tableplus I dont see any tables, only using prisma studio. Is there something I’m missing? I’m using the public schema.
s
Sting Alleman
02/22/2021, 6:19 PM
Did you migrate your database? Prisma doesn’t automatically do this.
l
leo
02/22/2021, 6:24 PM
I did, even seeded the database. Still i dont see the tables/data in the client but I do in prisma studio
leo
02/22/2021, 6:58 PM
Hmm, re-creating the user solved it, very strange but it doesnt seem related to prisma atleast 🙂
s
Sting Alleman
02/22/2021, 6:59 PM
Very weird indeed, never seen this before. Happy that it works though!