Hot answers tagged mysql-workbench
1
It looks like you've used the option to create an Identifying relationship (this is the one with the unbroken line in the toolbox).
An Identifying relationship assumes that the primary key in the referenced table should be part of primary key of the referencing table.
Because Company_id is now part of Department's Primary Key, it must also be part of the ...
Only top voted, non community-wiki answers of a minimum length are eligible