Quick question about JSON columns: the Prisma docu...
# orm-help
j
Quick question about JSON columns: the Prisma documentation says "Supported in MySQL 5.6+ only" for Json column type, but that was actually introduced in 5.7 as far as I can tell. Does Prisma support JSON (perhaps via text columns?) on MySQL 5.6?
Perhaps the docs should instead say "Supported in MySQL >= 5.7 only"
r
Hey @jelder 👋 Thanks for pointing this out. We will update it to 5.7+ as Prisma will only support Json if the DB supports it.
j
Thanks!
👍 1