add citext as a supported local type (#12670)

This commit is contained in:
Azri Kahar
2022-04-12 00:24:03 +08:00
committed by GitHub
parent e3f3d7e3b2
commit 095e7665d4

View File

@@ -94,6 +94,7 @@ const localTypeMap: Record<string, Type | 'unknown'> = {
'time without time zone': 'time',
float4: 'float',
float8: 'float',
citext: 'text',
// Oracle
number: 'integer',