hide data types in mysql workbench
database, mysql
Solution
-- @MySQL WorkBench 6.2
- Go to: Model > Model options > Diagram
- Uncheck "use defaults from from global settings"
- In the "Tables" section, uncheck "Show Column Types" and that's it.
Problem
I am currently working on mysql workbench for my database project. I do not want to see data types next to the table items in entities. Is there any way to hide them ? Also is there any complex database example available from design phase to working database to help me to understand the database making process ? Thanks in advance.