mirror of
https://gitee.com/johng/gf
synced 2026-07-06 21:45:34 +08:00
feat(contrib/drivers/pgsql): add array type varchar[] and text[] converting to Go []string support (#4000)
This commit is contained in:
@ -458,6 +458,7 @@ const (
|
||||
LocalTypeIntSlice LocalType = "[]int"
|
||||
LocalTypeInt64Slice LocalType = "[]int64"
|
||||
LocalTypeUint64Slice LocalType = "[]uint64"
|
||||
LocalTypeStringSlice LocalType = "[]string"
|
||||
LocalTypeInt64Bytes LocalType = "int64-bytes"
|
||||
LocalTypeUint64Bytes LocalType = "uint64-bytes"
|
||||
LocalTypeFloat32 LocalType = "float32"
|
||||
|
||||
Reference in New Issue
Block a user