On delete cascade
542647Jun 2 2008 — edited Jun 2 2008Hi,
I have one table where i have the foreign key without On Delete cascade. now i want to add this functionality "On Delete Cascade". For that do i need to delete foreign key constarint and add again with on delete cascade functionality or i can simple update that functionaly without droping foreign key constraint?