You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I create a new migration file, the creation is successful while after changing the table structure according to the datatypes available or even using a test table with just 2 or 3 columns, I have been getting this error:
[ERROR] AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Unknown column 'run_on' in 'order clause'
while I'm trying to migrate.
I do not have an order clause nor a run_on column in my table.
I have setup correctly but the issue still persists.
Expected behavior
The desired behaviour is migrating the table to the database.
Minimal reproduction of the problem with instructions
Any command apart from the creation reproduces this behaviour.
Environment
db-migrate version: 10.2.4
db-migrate driver with versions: mysql 10.2.4
Additional information:
- Node version: v20.10.0
- Platform: Mac
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Whenever I create a new migration file, the creation is successful while after changing the table structure according to the datatypes available or even using a test table with just 2 or 3 columns, I have been getting this error:
[ERROR] AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Unknown column 'run_on' in 'order clause'
while I'm trying to migrate.
I do not have an order clause nor a run_on column in my table.
I have setup correctly but the issue still persists.
Expected behavior
The desired behaviour is migrating the table to the database.
Minimal reproduction of the problem with instructions
Any command apart from the creation reproduces this behaviour.
Environment
The text was updated successfully, but these errors were encountered: