Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

hide data types in mysql workbench

Tags:

database

mysql

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.

like image 218
CD_NS Avatar asked Dec 15 '22 18:12

CD_NS


1 Answers

-- @MySQL WorkBench 6.2

  1. Go to: Model > Model options > Diagram
  2. Uncheck "use defaults from from global settings"
  3. In the "Tables" section, uncheck "Show Column Types" and that's it.
like image 197
Hisham Ramadan Avatar answered Jan 03 '23 13:01

Hisham Ramadan