Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Releases: michaeldyrynda/laravel-efficient-uuid

1.0.0

29 Mar 05:17
Compare
Choose a tag to compare

First release of package:

This package merely overrides how Laravel's schema grammar defines a uuid field in the database. Currently, there is only support for the MySQL driver as it is the only driver I use, but feel free to submit a PR for other drivers as you see fit.

See this post for more information about efficient storage of UUID.