//Add this code to your AppServiceProvider use IlluminateDatabaseSchemaBuilder; public function boot() { Builder::defaultStringLength(191); }