michaeldyrynda / laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models
MIT License
442 stars 46 forks source link

Feature Request: add a configuration option to specify a default column name #125

Closed joelmellon closed 9 months ago

joelmellon commented 9 months ago

I want to set all of my columns names to uuid_binary by default instead of uuid.

A configuration file to do so would be perfect.

PR incoming...

joelmellon commented 9 months ago

https://github.com/michaeldyrynda/laravel-model-uuid/pull/126