I'm using the PHP Laravel Framework, but it's a general PHP question. Is it safe to use the MySQL foreign key relation on delete cascade to delete related rows ? Or is it a best practice to do it in PHP ? I find the cascade system realy nice but don't know if it's safe to use it ? Any best practices ?I'm using the PHP Laravel Framework, but it's a