sql - remove ON DELETE CASCADE -


I have a child table

No records are either in the child or parent table .

I want the primary key, the foreign key as if it is

, but the child just wants to remove the cascading option from the table.

Anyway, I can change the table of that child.

Thank you.

  at DELETE {no action} Cascade | Set faucet | 


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -