Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information