I'm using V2.7.0 and still have issues with `migra...
# orm-help
k
I'm using V2.7.0 and still have issues with
migrate save
. Error is no such table `_migration' when I do
migrate up
. I delete the database. Re-create it do
migrate save
. But once I do up i get the same the same error
👀 1
I even checked the database directly and the _migration table is there.
a
Hello @KJReactor, can you share some details about your environment?Which OS are you using and which database?
k
Sure! I am running on MacOS 10.14.6 with MySQL v8.0.21, NextJS. I had alredy solved the issue by deleting the migrations directory. I noticed the same issue occurs each time a
migration save
command is executed with a change that undoes something in previous migrations.