-
It would be nice to use the official UUID Version 6 instead of the time-ordered v4 in an upcoming major release. Both are sortable, but v6 makes decoding the timestamp much easier.
|
Beta Was this translation helpful? Give feedback.
Answered by
juse-less
Sep 22, 2022
Replies: 1 comment
-
UUIDv7 was merged for Laravel 10. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tillkruss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UUIDv7 was merged for Laravel 10.
It's essentially the same as UUIDv6, but uses unix timestamps for the timestamp part.
#44210