Skip to content
Snippets Groups Projects
Commit 0fbe6590 authored by LIENHARDT QUENTIN's avatar LIENHARDT QUENTIN :snake:
Browse files

String lenght DB

parent c74c132f
Branches
No related merge requests found
......@@ -2,6 +2,7 @@
namespace App\Providers;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
......@@ -23,6 +24,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
Schema::defaultStringLength(191);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment