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 -

java - @PluginTarget(Node.class) not registering as neo4j plugin -

python - Calculate STD manually using Groupby Pandas DataFrame -