Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have made a website with Joomla 2.5.x and now I am working on the ER diagram of the database.

I found MySQL Workbench that automatically creates it. I tried but it shows only entities.

How to do relation automatically (because database of my website is too complex)?

share|improve this question
See Mike's answer. Also please note that core Jooma! tables don't implement relationships. They are done on the software part and not enforced in MySQL. – Valentin Despa Mar 16 at 11:43

1 Answer

Relationships can only be displayed in Workbench (WB) if they exist, that is, there are foreign keys defined. WB will pick up any foreign key and creates a relationship in the diagram automatically.

share|improve this answer
yeaa..thank you to all for reply..I also checked the same thing that there is no foreign key in any of the table... – Kaushal Paneri Mar 16 at 17:11
So you could accept my answer, right? – Mike Lischke Mar 17 at 16:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.