P
Prisma3d ago
Merlin

Dbo schema getting ignored in sql server

Hey I try to pull the database via prisma db pull with the following conf generator client { provider = "prisma-client" output = "../../../../libs/omi/api/prisma/src" previewFeatures = ["multiSchema"] moduleFormat = "cjs" } datasource db { provider = "sqlserver" schemas = ["BALTIC", "BUNKER", "CONF", "FFA", "LOG", "PERIOD", "SEC", "SPOT", "SUBSCRIPTION", "dbo"] url = env("DATABASE_URL") } it does not pull the dbo schema
4 Replies
Prisma AI Help
You selected to wait for the human sages. They'll share their wisdom soon. Grab some tea while you wait, or check out #ask-ai if you'd like a quick chat with the bot anyway!
Merlin
MerlinOP3d ago
#ask-ai
Nurul
Nurul2d ago
Hey! Can you check if the database user that you passed in the connection string has access to "dbo" schema?
Merlin
MerlinOP2d ago
It has when i put only in dbo it pulls the schema but when i add another one dbo is getting ignored

Did you find this page helpful?