Laravel migration error: Specified key too long
Most of the newbies who just started with Laravel, for those running MariaDB or older versions of MySQL may hit this error (Laravel migration error) when trying to run migrations. Let’s check what’s the root cause of this error. When we are using UTF8 character set in MySQL, each character holds 3 bytes. Default length … Read more