Skip to content

Commit 91f8bea

Browse files
authored
Merge pull request #2213 from erikn69/patch-7
Add ULIDs reference
2 parents a746ebf + 309ec2d commit 91f8bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/prerequisites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ MySQL 8.0 limits index keys to 1000 characters. This package publishes a migrati
4747

4848
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).
4949

50-
## Note for apps using UUIDs/GUIDs
50+
## Note for apps using UUIDs/ULIDs/GUIDs
5151

5252
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.
5353

0 commit comments

Comments
 (0)