Olá pessoal, podem me ajudar! Na hora de criar a chave extrajeira o sistema gera um erro, tentei localizar o motivo mas não consegui... alguém sabe o motivo?
Error Code: 1822. Failed to add the foreign key constraint. Missing index for constraint 'FK_PRODUTOS' in the referenced table 'produtos' 0.000 sec
USE VENDAS_SUCOS;
ALTER TABLE itens_notas ADD CONSTRAINT FK_PRODUTOS
FOREIGN KEY(CODIGO)
REFERENCES PRODUTOS(CODIGO);