prisma / prisma1-upgrade

Prisma 1 Upgrade is a CLI tool to help Prisma 1 users upgrade to Prisma 2.x or newer.
https://www.prisma.io/docs/guides/upgrade-from-prisma-1/how-to-upgrade
Apache License 2.0
51 stars 7 forks source link

Support Json defaults on MySQL #128

Open janpio opened 2 years ago

janpio commented 2 years ago

This is not true any more per the closed issue: https://github.com/prisma/upgrade/blob/a591b088e29d4ec228fa11c330c1b2e7f0707ecc/src/api/index.ts#L98-L106

matthewmueller commented 2 years ago

Did a user run into this?

janpio commented 2 years ago

Not sure, I just noticed when doing https://github.com/prisma/upgrade/pull/126. Probably not the most common use case to have Json defaults.