drizzle-kit migration schema push error

Hi, I upgraded my drizzle-kit to the latest version. After updating my drizzle.config.ts file, I tried to run drizzle-kit push. This is the error I'm getting:

Reading config file 'drizzle.config.ts'
[] Pulling schema from database...
TypeError: Cannot read properties of undefined (reading 'map')
at SQLiteCreateTableConvertor.convert (node_modules/.pnpm/drizzle-kit@0.23.1/node_modules/drizzle-kit/bin.cjs:20204:49)
...


Am I missing something?
Was this page helpful?