Skip to content

Commit

Permalink
Add missing "`" in 400-mysql.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci authored Mar 24, 2024
1 parent 4ce4b66 commit bd62d13
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 bd62d13

Please sign in to comment.