Closed melenas1414 closed 1 year ago
The Laravel version check is added as part of the anonymous migration.
Migration not working below Laravel version 8
@melenas1414 ... The anonymous migrations don't work below Laravel version 8.37. So you will need to modify your existing migration and run that. Refer the note in the readme document "This is a new feature that is released in V1.2.0 and shall work with Laravel 8.37 (with anonymous migration support). For verions below Laravel 8.37, this feature is disabled. You will need to update the users table migration and add the sub column (type:string, nullable:yes, index:yes)."
Describe the bug The anonymous migrations are compatible since laravel 8.37: https://laravel-news.com/laravel-anonymous-migrations