Using ULID in Laravel Framework
Learn how to use ULID as a primary key in Laravel with the ulid, foreignUlid and ulidMorphs schema methods, the HasUlids trait, and Str::ulid()
Tag
2 posts
Learn how to use ULID as a primary key in Laravel with the ulid, foreignUlid and ulidMorphs schema methods, the HasUlids trait, and Str::ulid()
Learn how UUID and ULID primary keys affect InnoDB performance and storage in MySQL, and why sortable ULIDs are a better alternative to random UUIDs