Hello everyone I am trying to use drizzle-kit for my project. I am using Next JS and postgres-sql database which is running in the docker container. when i run
npx drizzle-kit generate
npx drizzle-kit generate
it gives me
No config path provided, using default 'drizzle.config.ts'
No config path provided, using default 'drizzle.config.ts'
but it doesn't create any migration file nor gives me any error. i have attached image of my drizzle.config.ts and schema.