How to connect multiple models of the same type?
Hi,
I'm trying to implement a family structure in my application. I have n Customers who are related to each other (Siblings, Parents, all that stuff). I'm thinking about adding a
What would the best approach in Filament be?
I'm trying to implement a family structure in my application. I have n Customers who are related to each other (Siblings, Parents, all that stuff). I'm thinking about adding a
family_id to customers table and creating an own families table.What would the best approach in Filament be?