drizzle-kit generate migrations error: Please specify 'dialect' param (dialect param is included)
I would like to generate migrations but when I run the following command:
I got this output:
This is my drizzle.config.ts
schema.ts
1 Reply
Solved it by specifying the schema parameter directly in the command: