do an alter table on the table on which you would like to set the ON DELETE CASCADE constraint on.

ALTER TABLE table_name MODIFY CONSTRAINT ....

Hope this would help you.

Sam