No item 08Criando chaves estrangeiras do curso Comandos DML_manipulação de dados com MySQL, o sistema apresentou o seguinte erro:
01:02:39 ALTER TABLE NOTAS ADD CONSTRAINT FK_ITENS_NOTAS FOREIGN KEY (NUMERO) REFERENCES NOTAS ( NUMERO)
Error Code: 1822. Failed to add the foreign key constraint. Missing index for constraint 'FK_ITENS_NOTAS' in the referenced table 'notas' 0.000 sec
Inverti as tabela mas o erro persiste
01:43:39 ALTER TABLE ITENS_NOTAS ADD CONSTRAINT FK_NOTAS FOREIGN KEY (NUMERO) REFERENCES ITENS_NOTAS (NUMERO) Error Code: 1822. Failed to add the foreign key constraint. Missing index for constraint 'FK_NOTAS' in the referenced table 'itens_notas' 0.000 sec.