0
Good people, I’d like you to clear up a question for me and, if possible, help me. I designed a data model (myWorkBench) and then synchronized the data model.. After that, I have access to the tables in phpMyAdmin but I don’t know why, a table is missing. can anyone explain why? This is because I’m trying to input data through phpMyAdmin and it’s making a mistake. I look forward to your cooperation.
Hello, inform us the error message to analyze better, but there is a difference of version because each one will interpret the reserved words in different ways due to the version.
– Wilson Rosa Gomes
Mysql Messages : Documentation #1452 - Cannot add or update a Child Row: a Foreign key Constraint fails (
gaf
.participacoes
, CONSTRAINTfk_participacoes_alunosTurmas1
FOREIGN KEY (participacaoAlunoId
,participacaoTurmaId
) REFERENCESalunosturmas
(alunoTurmaAlunoId
, `student)– Sandro Ferreira