TypeError: Cannot read properties of undefined (reading 'replace')
I'm switching from Option 3 to Option 2 from this document https://orm.drizzle.team/docs/migrations
I used
drizzle-kit push
to push my new schema changes to Supabase database but got this error
What exactly is going wrong?Drizzle ORM - Migrations
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
2 Replies
Here's my schema
and here's drizzle.config.ts. The database url is correct