Binary UUID
Has anyone used binary UUIDs as primary keys in Filament? I can't get mine to work.
My issue right now, is on Edit Page to save a form or delete the record, I always get 404.

3 Replies
How have you added UUID's?
just ensure the ID is a char(36) and cast it accordingly in the model, it shoud be fine.
Share some of your code.
Can yoi share some code of how you handle that model ?