Answers for "syntax error or access violation: 1072 key column"

PHP
2

SQLSTATE[42000]: Syntax error or access violation: 1071

use IlluminateSupportFacadesSchema;

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

Code answers related to "syntax error or access violation: 1072 key column"

Browse Popular Code Answers by Language