Replies: 1 comment
-
Mind sharing the code for the migration file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is the drop() function in migration schema will executed when run command adonis migration:rollback ?
because whenever i run migration rollback, the table still exists,,,
i don't know why is it because i have an relation column ? so when execute drop function (which is drop table) , it will cause error because we executed drop table without 'cascade' ?
Beta Was this translation helpful? Give feedback.
All reactions