Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created June 28, 2018 17:27
Show Gist options
  • Save jhowbhz/148a78e68b265408972f458cd77aec95 to your computer and use it in GitHub Desktop.
Save jhowbhz/148a78e68b265408972f458cd77aec95 to your computer and use it in GitHub Desktop.
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
// Corrigindo o problema relacionado ao chasert do banco
// Setar 191max
public function boot(){
Schema::defaultStringLength(191);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment