are there any known issues w/ migrating schemas co...
# prisma-whats-new
d
are there any known issues w/ migrating schemas containing ENUMS and default values?
n
@drk yes!
the workaround is to first create the field as optional and then update it later with the default value
d
ah awesome! thank you 😄