JosephSilber / bouncer

Laravel Eloquent roles and abilities.
MIT License
3.43k stars 330 forks source link

uuid for permissions table #609

Closed faridanthony closed 1 year ago

faridanthony commented 1 year ago

Hi, great work! I'm curious on your thoughts on the best way to change all tables to uuid. I was able to set the Role and Ability models as in the docs, but how can I ensure the other tables use uuids for their printing keys? Thanks for your hard work.

faridanthony commented 1 year ago

Closing as #481 would address this and its label enhancement.