Error while push:sqlite after update

I am getting this error while using
npx drizzle-kit push:sqlite


here is drizzle.config.json
{
    "out": "./migrations",
    "schema": "./src/db/schema.ts",
    "breakpoints": true
}
image.png
Was this page helpful?