coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
620 stars 354 forks source link

SQLSTATE[42000]: Syntax error or access violation: #80

Open cscsenior opened 2 years ago

cscsenior commented 2 years ago

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))

PHP 7.4

nielsdrost7 commented 2 years ago

Check this very nice google search result for that exact error: https://laravel-news.com/laravel-5-4-key-too-long-error

cscsenior commented 2 years ago

tks