Closed GaneshKandu closed 5 years ago
You need to provide max length for any $table->string("column", 188);
After adding Schema::defaultStringLength(191); to AppServiceProvider::boot(), You need to change 'engine' => 'InnoDB', in config/database.php in mysql.
It is working for me !
thanks @vidhi041 working now
@GaneshKandu where did you find the Schema::defaultStringLength(191); code
@princencu94
app/Providers/AppServiceProvider.php
public function boot()
{
Schema::defaultStringLength(191);
}
add this in boot
function
Hi, this is a nice package but I think that the developers have stopped working on it. Maybe you can try this package: https://github.com/Muhammadinaam/speed-admin. It supports Laravel 8+.
Hi,
Getting Error on
php artisan migrate
commandonly 3 tables are getting created
migrations
,password_resets
,users
;here is output file of
php artisan migrate > artisan_migrate.txt
full path is removed in outputartisan_migrate.txt
Steps i followed
system environment