Database: Migrations - Laravel Schema::defaultStringLength

PHOTO EMBED

Mon Jan 01 2024 11:07:25 GMT+0000 (Coordinated Universal Time)

Saved by @hirsch

use Illuminate\Support\Facades\Schema;
 
/**
 * Bootstrap any application services.
 */
public function boot(): void
{
    Schema::defaultStringLength(191);
}
content_copyCOPY

https://laravel.com/docs/10.x/migrations