mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Fix varchar(191) by replacing with 255 #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lancepioch on GitHub (Apr 21, 2024).
https://www.grouparoo.com/blog/varchar-191
https://stackoverflow.com/questions/43832166/laravel-5-4-specified-key-was-too-long-why-the-number-191
@trenutoo commented on GitHub (Apr 21, 2024):
https://laravel.com/docs/5.4/migrations#creating-indexes
The default was set to 191
55ae9138f6and never updated/removed after minimum MySQL version was updatedhttps://github.com/pelican-dev/panel/blob/main/app/Providers/AppServiceProvider.php#L28