You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, I feel unfortunate as I implement UUID as the primary key in all tables in my Laravel project. Hope this can be realized soon!
Other packages can handle this issue by allowing developers to create their own model Rating and extend the original package's model. So the developer can use UUID as the primary key instead of Auto Increment Integer by overriding how the model generates the primary key. This Laravel-Seo Package (https://github.com/ralphjsmit/laravel-seo) is a great example.
Thanks
The text was updated successfully, but these errors were encountered:
The features of this package look good!
But, I feel unfortunate as I implement UUID as the primary key in all tables in my Laravel project. Hope this can be realized soon!
Other packages can handle this issue by allowing developers to create their own model
Rating
and extend the original package's model. So the developer can use UUID as the primary key instead of Auto Increment Integer by overriding how the model generates the primary key. This Laravel-Seo Package (https://github.com/ralphjsmit/laravel-seo) is a great example.Thanks
The text was updated successfully, but these errors were encountered: