Can any one help me in explaining about the icons in the ER Diagram of Database created in MySQL Workbench.
- Blue Diamond (Filled);
- Blue Diamond (unfilled);
- Red Diamond, et cetera;
Thanks!
Can any one help me in explaining about the icons in the ER Diagram of Database created in MySQL Workbench.
I've found these resources on MySQL's website:
If the icon is a small key, that column belongs to the primary key, otherwise the icon is a blue diamond or a white diamond. A blue diamond indicates the column has NN set.
In addition to the text above, a red diamond indicates a Foreign Key association.
To answer your question: