how to set `null` for enum field in @migrationValu...
# prisma-whats-new
m
how to set
null
for enum field in @migrationValue ?
The only way Ive been able to do it.. is remove the whole ENUM category ..
Then redeploy .. and if you really want null in the ENUM .. add a type NULL
m
yeah.. tnx )