From 0451053e4bef133fd094194eb3707f8663a73fef Mon Sep 17 00:00:00 2001 From: Menci Date: Thu, 28 Mar 2024 01:17:07 +0800 Subject: [PATCH] fix: add missing "`" in 400-mysql.mdx (#5744) --- content/200-orm/050-overview/500-databases/400-mysql.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/050-overview/500-databases/400-mysql.mdx b/content/200-orm/050-overview/500-databases/400-mysql.mdx index 226ec93f6c..0f0a2608f7 100644 --- a/content/200-orm/050-overview/500-databases/400-mysql.mdx +++ b/content/200-orm/050-overview/500-databases/400-mysql.mdx @@ -150,7 +150,7 @@ The MySQL connector maps the [scalar types](/orm/prisma-schema/data-model/models | `Float` | `DOUBLE` | | | `Decimal` | `DECIMAL(65,30)` | | | `DateTime` | `DATETIME(3)` | | -| `Json` | `LONGTEXT | See https://mariadb.com/kb/en/json-data-type/ | +| `Json` | `LONGTEXT` | See https://mariadb.com/kb/en/json-data-type/ | | `Bytes` | `LONGBLOB` | | ### Native type mappings