You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run default package migrations i get this error
php artisan migrate --package=waavi/translation
[Exception]
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
oo long; max key length is 1000 bytes (SQL: alter table `language_entries`
add unique language_entries_language_id_namespace_group_item_unique(`langua
ge_id`, `namespace`, `group`, `item`)) (Bindings: array (
))
[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
oo long; max key length is 1000 bytes
The text was updated successfully, but these errors were encountered:
When trying to run default package migrations i get this error
php artisan migrate --package=waavi/translation
The text was updated successfully, but these errors were encountered: