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 ?
我目前正在为我的数据库项目工作mysql workbench。我不希望看到实体中表项旁边的数据类型。有什么方法可以隐藏它们吗?
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.
提前致谢。
1 个解决方案
#1
12
-- @MySQL WorkBench 6.2
- @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.
转至:模型>模型选项>图表
取消选中“使用全局设置中的默认值”
在“表格”部分中,取消选中“显示列类型”,就是这样。
#1
12
-- @MySQL WorkBench 6.2
- @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.
转至:模型>模型选项>图表
取消选中“使用全局设置中的默认值”
在“表格”部分中,取消选中“显示列类型”,就是这样。