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