This commit is contained in:
Lunny Xiao 2021-08-05 11:56:23 +08:00
parent de95ea6bb0
commit f0dad57395
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ var (
Serial: NUMERIC_TYPE, Serial: NUMERIC_TYPE,
BigSerial: NUMERIC_TYPE, BigSerial: NUMERIC_TYPE,
"INT8": NUMERIC_TYPE,
Array: ARRAY_TYPE, Array: ARRAY_TYPE,
} }
) )