Hey all, i’ve successfully setup prisma but when c...
# orm-help
l
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
Did you migrate your database? Prisma doesn’t automatically do this.
l
I did, even seeded the database. Still i dont see the tables/data in the client but I do in prisma studio
Hmm, re-creating the user solved it, very strange but it doesnt seem related to prisma atleast 🙂
s
Very weird indeed, never seen this before. Happy that it works though!