can I run migration without drizzle-kit generate:mysql just from code
does this migrate work if I don't generate using drizzle-kit generate:mysql. I want to do all from code automate things.
1 Reply
migrate
should just apply all the migrations in the specified folder to the connected database. drizzle-kit generate:mysql
generates a new SQL
migration file. They are two separate things