mirror of
https://github.com/directus/directus.git
synced 2026-01-24 00:58:25 -05:00
@@ -59,6 +59,7 @@ const localTypeMap: Record<string, { type: typeof types[number]; useTimezone?: b
|
||||
|
||||
// Postgres
|
||||
json: { type: 'json' },
|
||||
jsonb: { type: 'json' },
|
||||
uuid: { type: 'uuid' },
|
||||
int2: { type: 'integer' },
|
||||
serial4: { type: 'integer' },
|
||||
|
||||
Reference in New Issue
Block a user