chore: 代码生成新增 MySQL json 数据类型映射

暂时将 MySQL json 数据类型映射为 Java String 类型

Closes #I9DNFW
This commit is contained in:
Charles7c 2024-04-11 21:33:02 +08:00
parent c7ed8097f2
commit fe5735090d

View File

@ -22,6 +22,7 @@ generator:
- mediumtext
- longtext
- tinytext
- json
LocalDate:
- date
LocalDateTime: