Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When unsigned() was added to a migration with an integer() or bigInteger(), the order of modifiers would result in a query like: ```sql `field` int primary key unsigned not null ``` This is invalid SQL and therefore caused errors on the migrations. Issue reported, with steps to replicate, here: #37781
- Loading branch information