Why does one delete statement cascade, but not the other?
In my Spring Boot app, I have a table message
which has a child table message_recipient
i.e. the latter holds a foreign key to the former. These are both mapped to domain classes using JPA.