PrismaP
Prisma14mo ago
4 replies
Jonathan

db Pull not pulling schemas

When I am doing a prisma db pull in a file that I have about 10 schemas defined in the schema file

datasource db {
  provider = "sqlserver"
  url      = env("DATABASE_URL")
  schemas  = [... 10 schemas here]
}


It seems that it just skips several of the schemas after the first about few, is there a limit of the number of schemas that can be pulled?
Was this page helpful?