Hide data types in mysql workbench

I am currently working on a mysql workbench for my database project. I don't want to see datatypes next to table elements in objects. Is there a way to hide them?

Also is there any sophisticated database example available from design to production database to help me understand the database creation process?

Thanks in advance.

+3


source to share


1 answer


- @MySQL WorkBench 6.2



  • Navigate to: Model> Model Options> Chart
  • Uncheck "Use defaults from global settings"
  • Under Tables, uncheck Show Column Types and what it is.
+10


source







All Articles