Difference in using migrations between v4.1 and v5 #1480
-
Hello, I originally posted this on discord, but was instructed to leave it here. So I might as well take this chance to be more clear about my issue. I'm migrating an API from 4.1 to 5. Now when writing migrations I've run into a few issues.
I hope that you find the issues clear, and if more information is needed, please don't hold your self from asking. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Workaround was to use "inTable" instead of "on" method. (Regarding the issue #2) |
Beta Was this translation helpful? Give feedback.
-
Can you please format your question properly by following this guide https://guides.github.com/features/mastering-markdown/? |
Beta Was this translation helpful? Give feedback.
-
Yes, the
I am not able to find any documentation related to |
Beta Was this translation helpful? Give feedback.
Yes, the
this.fn
property has been removed in favor ofthis.now
method. We are trying to keep the interactions with knex transparent and provide the helper methods directly.I am not able to find any documentation related to
on
. It has always beeninTable