chore: 代码生成新增 MySQL json 数据类型映射
暂时将 MySQL json 数据类型映射为 Java String 类型 Closes #I9DNFW
This commit is contained in:
parent
c7ed8097f2
commit
fe5735090d
@ -22,6 +22,7 @@ generator:
|
|||||||
- mediumtext
|
- mediumtext
|
||||||
- longtext
|
- longtext
|
||||||
- tinytext
|
- tinytext
|
||||||
|
- json
|
||||||
LocalDate:
|
LocalDate:
|
||||||
- date
|
- date
|
||||||
LocalDateTime:
|
LocalDateTime:
|
||||||
|
Loading…
Reference in New Issue
Block a user