rorecek / laravel-ulid

Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
MIT License
52 stars 15 forks source link

Inconsistent order #10

Open Misosooup opened 2 years ago

Misosooup commented 2 years ago

If records are create too quickly the ordering of this Ulid is not correct.

I have added an example of what is being generated with a running integer number. As you can see, the order under tax_report_id differs from the ulid generated.

image (2) .