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/laravel-wallet-uuid.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
## Laravel Wallet UUID
2
2
3
+
> Using uuid greatly reduces package performance. We recommend using int.
4
+
5
+
Often there is a need to store an identifier in uuid/ulid. Since version 9.0 laravel-wallet supports string identifiers, you only need to perform the migration.
6
+
7
+
To simplify the process, you can use a ready-made package.
8
+
9
+
> Attention! It will not work to use UUID instead of ID in wallet models; there is a special uuid field for this.
10
+
3
11
## Composer
4
12
5
13
The recommended installation method is using [Composer](https://getcomposer.org/).
0 commit comments