Commit 659d3090 by fezrul

remove constraint on mariadb

parent 43691837
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
namespace App\Providers; namespace App\Providers;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider class AppServiceProvider extends ServiceProvider
{ {
...@@ -14,6 +15,7 @@ class AppServiceProvider extends ServiceProvider ...@@ -14,6 +15,7 @@ class AppServiceProvider extends ServiceProvider
public function boot() public function boot()
{ {
// //
Schema::defaultStringLength(191);
} }
/** /**
......
Markdown is supported
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