Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

sql - What do the mysql workbench column icons mean

In MySQL Workbench, when you edit a table, by each column name, there is a colored diamond. Where can I find a document that explains what each color means?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

enter image description hereenter image description hereKey: (Part of) Primary Key
enter image description hereenter image description hereFilled Diamond: NOT NULL
enter image description hereenter image description hereNot filled Diamond: NULL
enter image description hereenter image description hereenter image description hereRed colored: (Part of) Foreign key
enter image description hereenter image description hereBlue lined Diamond: Simple attribute (no key)

Can be combined for example:
enter image description here is a Red colored Key so it's a Primary Key which is also a Foreign Key
enter image description here is a Yellow (non Red) Key so it's only a Primary Key
enter image description here is a blue lined filled diamond so it's a NOT NULL simple attribute
enter image description here is a red colored filled diamond so it's a NOT NULL Foreign Key
enter image description here is a blue lined not filled diamond so it's a simple attribute which can be NULL
enter image description here is a red colored not filled diamond so it's a Foreign Key which can be NULL

On a sidenote:
Mind you that MySQL Workbench has a buggy Database > Reverse Engineer (Ctrl-R) option with which you can generate a ERD diagram and that uses these icons. In my experience the v6.x is better than v8.x but both have their quirks/bugs.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.9k users

...