Problems with Relations in ER

Hi, I used the reverse engineering to show my MySql-database in an ER-Diagramm.
But my problem is that no relations between the FKs and PKs is shown in this Diagramm.

Thanks for help!!!

Sorry, for my bad english.

Hi G_B_Z,

Thanks for your post. May I know which MySQL engine are you using?

The default MySQL does not support FK, only InnoDB and MyISAM support FK.

Best regards,
Lilian Wong

Hi Lilian Wong,

Thanks for your fast answer.

Hi G_B_Z,

You are welcome. So you are using default MySQL which does not support FK?

Best regards,
Lilian Wong