How can I add a column after a certain column in migration? #3867
Unanswered
positivedeveloper36
asked this question in
Help
Replies: 1 comment 3 replies
-
Depends upon the database you are using. As far as I know, only MySQL supports this |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I try like this ::
So I use
after
. But when I run the script, it doesn't work. The description column is at the endHow can I solve this problem?
Please help. Thanks
Beta Was this translation helpful? Give feedback.
All reactions