0
1
llucycodes42
The preceding code will drop the foreign key &[USER_INPUT:2:fk_${3:the_table]_&[USER_INPUT:4:far_table]}
from the table $&[USER_INPUT:1]
.
Shortcut: s_alter_fk_drop
ALTER TABLE `` DROP FOREIGN KEY `foreign_key`;
0
1
llucycodes42
The preceding code will drop the foreign key &[USER_INPUT:2:fk_${3:the_table]_&[USER_INPUT:4:far_table]}
from the table $&[USER_INPUT:1]
.
Shortcut: s_alter_fk_drop
ALTER TABLE `` DROP FOREIGN KEY `foreign_key`;