PrismaP
Prisma2y ago
3 replies
typedef

default value not changing

I changed the default value of one of my fields on the schema but it doesnt propagate even if i generate the schema again?

example
showPricingBgImage Boolean @default(true)
to
showPricingBgImage Boolean @default(false)

when querying the data that has no showPricingBgImage
Was this page helpful?