Closed AMAFsoft closed 5 years ago
I've commented this line :
// $table->unique(['resource_type', 'resource_id', 'key']);
and it works for now.
The combination of your resource_type, resource_id and key are just too long. You can probably change the default to something that works better for you: https://laravel-news.com/laravel-5-4-key-too-long-error
i'm getting this error after running
php artisan migrate
full error :