Answers for "Laravel Migration Error: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes"

PHP
0

Laravel Migration Error: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

use IlluminateSupportFacadesSchema;

/**
 * Bootstrap any application services.
 *
 * @return void
 */
public function boot()
{
    Schema::defaultStringLength(191);
}
Posted by: Guest on January-24-2022

Code answers related to "Laravel Migration Error: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes"

Browse Popular Code Answers by Language