Guest User

Untitled

a guest
Dec 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. //Illuminate\Database\QueryException]
  2. // 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.  
  4. use Illuminate\Support\Facades\Schema;
  5.  
  6. public function boot()
  7. {
  8. Schema::defaultStringLength(191);
  9. }
Add Comment
Please, Sign In to add comment