Filament ignoring foreign key constraints

Pretty simple, i have a foreign key constraint on a table, but filament is able to delete records i'm not allowed to delete in the database? Is there some sort of option I need to enable?
Solution
i found out why it didn't work, i was using soft deletes 🙂
Was this page helpful?