I looked at the database scheme and noticed that the on delete CASCADE is not implemented on the database level
So I think that If I use raw sql DELETE it wil not follow the on delete CASCADE condition.
So should we avoid that ?
what will you do it you need that (maybe a complex WHEREstatement idk) ?
Is it mentioned in the documentation that adding CASCADE manually in the database level is legal ?