mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-27 06:57:12 +08:00
chore(generator): 完善 PostgreSQL 代码生成类型映射配置
This commit is contained in:
@@ -38,6 +38,29 @@ generator:
|
|||||||
LocalDateTime:
|
LocalDateTime:
|
||||||
- datetime
|
- datetime
|
||||||
- timestamp
|
- timestamp
|
||||||
|
POSTGRE_SQL:
|
||||||
|
String:
|
||||||
|
- varchar
|
||||||
|
- char
|
||||||
|
- text
|
||||||
|
- json
|
||||||
|
Integer:
|
||||||
|
- int2
|
||||||
|
- int4
|
||||||
|
Long:
|
||||||
|
- int8
|
||||||
|
Float:
|
||||||
|
- float4
|
||||||
|
Double:
|
||||||
|
- float8
|
||||||
|
Boolean:
|
||||||
|
- bool
|
||||||
|
BigDecimal:
|
||||||
|
- decimal
|
||||||
|
LocalDate:
|
||||||
|
- date
|
||||||
|
LocalDateTime:
|
||||||
|
- timestamp
|
||||||
## 模板配置
|
## 模板配置
|
||||||
templateConfigs:
|
templateConfigs:
|
||||||
DO:
|
DO:
|
||||||
|
|||||||
Reference in New Issue
Block a user