Mysql – What does a round relationship icon mean in MySQL Workbench Visual Data Model

MySQLmysql-workbenchrelational-theory

I have created a model in the Visual Data Model of MySQL Workbench, and on one single relationship, this icon shows up:

Circle relationship icon

What does it mean? The Relation is 1:1, and this icon shows only on this particular relationship, none other. I already checked and the relationship is exactly the same as all the other.

Best Answer

The icon shows that that side of the relationship is not mandatory, meaning the field can be NULL. You can change that if you click on the relationship line, go to Foreign Key tab and select the Mandatory check box.