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
2 Replies