Skip to content

Commit

Permalink
fix: add missing "`" in 400-mysql.mdx (#5744)
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci authored Mar 27, 2024
1 parent 6a868ab commit 0451053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/200-orm/050-overview/500-databases/400-mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0451053

Please sign in to comment.