sql - remove ON DELETE CASCADE -



sql - remove ON DELETE CASCADE -

i have kid table. , foreign key there on delete cascade while creating table.

there no records either in kid or parent table.

i want primary key, foreign key want remove cascading alternative kid table .

is there anyway can alter kid table.

thank you.

on delete { no action | cascade | set null | set default }

the default no action.

so seek altering kid table default.

sql constraints cascade alter

Comments

Popular posts from this blog

Php operator `break` doesn't stop while -

ubuntu - Bash Script to Check That Files Are Being Created -

vim: Search & replace -