DEV Community

Discussion on: UUIDs in Laravel 7

Collapse
 
th3error profile image
Abdelrahman Moussa

Great post !
A possible optimization, wouldn't using Str::orderedUuid() when setting up the trait be better in terms of indexing?