me7media / fun

0 stars 0 forks source link

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`)) #3

Open me7media opened 6 years ago

me7media commented 6 years ago

AppServiceProvider.php

public function boot() { Schema::defaultStringLength(191); }