Answers for "Schema::defaultStringLength(199);"

PHP
0

Schema::defaultStringLength(199);

use IlluminateSupportFacadesSchema;
public function boot()
{ //laravel true
  
    Schema::defaultStringLength(191);
}
Posted by: Guest on January-15-2022

Browse Popular Code Answers by Language