5

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

noxfur
  • 331
  • 1
  • 5
  • 15
  • http://stackoverflow.com/questions/2488/auto-generate-database-diagram-mysql – usha Jan 21 '14 at 13:13
  • I'm afraid that's not like my question. I'm using MySQL Workbench right now and I'm just wondering if I could put some inheritance symbols in it. (e.g. Bulldog extends Dog, Cat extends Feline, Lemonade extends Beverage) – noxfur Jan 21 '14 at 13:25

1 Answers1

9

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.

Mike Lischke
  • 48,925
  • 16
  • 119
  • 181