does this matter
DTDrizzle Team
•Created by does this matter on 6/19/2023 in #help
What do i do when introspection gives an error?
drizzle-kit introspect:pg --config drizzle.config.ts
drizzle-kit: v0.19.1
drizzle-orm: v0.27.0
length: 352,
severity: 'ERROR',
code: '42601',
detail: 'source SQL:\n' +
'SELECT a.attrelid::regclass::text, a.attname, is_nullable, a.attndims as array_dimensions\n' +
" , CASE WHEN a.atttypid = ANY ('{int,int8,int2}'::regtype[])\n" +
' AND EXISTS (\n' +
' SELECT FROM pg_attrdef ad\n' +
' ^',
hint: 'try \h SELECT',
Should i just rewrite my schema in drizzle?
7 replies