fear(model);add uuid:varchar to p2m (#5022)

Co-authored-by: hoshi <zheng.hao1@outlook.com>
This commit is contained in:
hoshi
2025-08-09 14:24:33 +08:00
committed by GitHub
parent 2583673c8b
commit f36e5fed35

View File

@@ -14,6 +14,7 @@ var p2m = map[string]string{
"int2": "smallint",
"int4": "integer",
"timestamptz": "timestamp",
"uuid": "varchar",
}
// PostgreSqlModel gets table information from information_schema、pg_catalog