· 9 years ago · Feb 04, 2017, 06:28 PM
1[IlluminateDatabaseQueryException]
2 SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes. (SQL: alter table `courses` add unique `courses_name_unique`(`na
3 me`))
4
5collation_server=utf8_unicode_ci
6character_set_server=utf8
7
8CREATE DATABASE IF NOT EXISTS `your_db` COLLATE 'utf8_unicode_ci'