mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
add citext as a supported local type (#12670)
This commit is contained in:
@@ -94,6 +94,7 @@ const localTypeMap: Record<string, Type | 'unknown'> = {
|
||||
'time without time zone': 'time',
|
||||
float4: 'float',
|
||||
float8: 'float',
|
||||
citext: 'text',
|
||||
|
||||
// Oracle
|
||||
number: 'integer',
|
||||
|
||||
Reference in New Issue
Block a user