如何使用 Laravel 迁移在 sqlite 中的另一列之后添加一列?

How to add a column after another column in sqlite using Laravel migrations?

Laravel 5.4 中是否有方法可以在 sqlite table 中添加一列 after/before 另一列?为 MySql 点赞 after('column')?

为什么我很着急是因为每当我尝试使用 Laravel 迁移重命名列时,它会跳转并坚持到 table![=12= 的最后/结尾]

有办法摆脱这个吗?

简答:没有。

但是显然有一个解决方法:

Insert new column into table in sqlite?

免责声明:我很少使用 sqlite,无法验证它是否有效。祝你好运。