fix: Fix PostgreSQL numeric type mapping in goctl model generation (#4992)

Co-authored-by: 李安琳 <anlynn@gmail.com>
This commit is contained in:
anlynn
2025-07-13 10:40:16 +08:00
committed by GitHub
parent c9ff6a10d3
commit ba0febf308
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ model:
decimal:
null_type: sql.NullFloat64
type: float64
numeric:
null_type: sql.NullFloat64
type: float64
double:
null_type: sql.NullFloat64
type: float64