Join Slack
Powered by
Quick question about JSON columns: the Prisma docu...
# orm-help
j
jelder
08/12/2020, 8:17 PM
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?
jelder
08/12/2020, 8:19 PM
https://dev.mysql.com/doc/refman/5.7/en/json.html
jelder
08/12/2020, 8:19 PM
https://www.prisma.io/docs/reference/database-connectors/mysql
jelder
08/12/2020, 8:20 PM
Perhaps the docs should instead say "Supported in MySQL >= 5.7 only"
r
Ryan
08/14/2020, 7:41 AM
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
jelder
09/01/2020, 3:44 PM
Thanks!
👍 1
5
Views
Open in Slack
Previous
Next