I am using DBdesigner Fork for generating ER diagram.
I have the 'Company' as an entity for which can I place the attribute of 'idShares', despite of having the foreign key of Shares Entity in the Company entity.
As, it can fetch the Share entity attributes automatically from the foreign key. So, Can I place the attribute in the Entity, when the foreign key is also already present?
