Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you make an inheritance diagram in MySQL Workbench?

I'm trying to make an ERD involving inheritances. is it possible that I could make one in MySQL Workbench?

like image 547
noxfur Avatar asked Jan 21 '14 13:01

noxfur


Video Answer


1 Answers

No, visualizing inheritance (as it is part of the EER modeling super and subclass idea) is not possible with MySQL Workbench. We decided not to include features that you cannot represent in MySQL.

like image 126
Mike Lischke Avatar answered Nov 15 '22 11:11

Mike Lischke