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
Post a Comment