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
Copy file name to clipboardexpand all lines: docs/prerequisites.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ MySQL 8.0 limits index keys to 1000 characters. This package publishes a migrati
47
47
48
48
Thus in your AppServiceProvider you will need to set `Schema::defaultStringLength(125)`. [See the Laravel Docs for instructions](https://laravel.com/docs/migrations#index-lengths-mysql-mariadb).
49
49
50
-
## Note for apps using UUIDs/GUIDs
50
+
## Note for apps using UUIDs/ULIDs/GUIDs
51
51
52
52
This package expects the primary key of your `User` model to be an auto-incrementing `int`. If it is not, you may need to modify the `create_permission_tables` migration and/or modify the default configuration. See [https://spatie.be/docs/laravel-permission/v5/advanced-usage/uuid](https://spatie.be/docs/laravel-permission/v5/advanced-usage/uuid) for more information.
0 commit comments