A quanto pare innodb non accetta il comando: alter table nometb drop constraint nomeconstraint;
per cancellare la foreign key ho utilizzato:
alter table nometb drop foreign key nomeconstraint;
A quanto pare innodb non accetta il comando: alter table nometb drop constraint nomeconstraint;
per cancellare la foreign key ho utilizzato:
alter table nometb drop foreign key nomeconstraint;