Skip to content

Laravel 7 compatibility

Latest
Compare
Choose a tag to compare
@sildraug sildraug released this 09 Mar 18:13
30b0953
Update 2013_07_25_145958_create_translations_table.php (#168)

Add length limiters for namespace, group and item.

This fixes an issue where the index will fail creation on a utf8mb4_unicode_ci collation as the max length is 3,072 bytes and the current gives us 3,084 bytes ((255+255+255+6) * 4) from the four columns used in the index.