Hi!
I’m wondering if there is some way to choose the position of a new column while I’m modifying an existing table. On eloquent, for example, there is a function ->after()
I’m adding a foreign id column, and I would like it on the second position, instead last after the timestamps.
Thanks so much!