Reverse DATABASE (MySQL) - no relationship on diagram

I try to use DB Visual Architect to build Relationship Diagram from existing MySQL DB. At the end of the process I get whole tables but no relationship between them. Please look to attachment - bk_model (oryginal model from DB DESIGNER 4), bkvisualparadigm (reverse model with no relationships).

What is wrong?


bkvisualparadigm.jpg

bk_model.png

Hi user,

This is a known issue. The problem is due to MySQL do not store the FK relationships by default. Unless your database was created using InnoDB or MyISAM, no relationship will be created during reverse.

Best regards,
Jick