I want to make a simple question, when we do the
command what is the default action forCode:ALTER TABLE cdl_cat
ADD FOREIGN KEY
the ON DELETE and ON UPDATE when we do not add these commands (form mysql)?
Printable View
I want to make a simple question, when we do the
command what is the default action forCode:ALTER TABLE cdl_cat
ADD FOREIGN KEY
the ON DELETE and ON UPDATE when we do not add these commands (form mysql)?
In this case RESTRICT is the default action.