3

For example, I have two tables UNIT_OF_MEASUREMENT and PHYSICAL_QUANTITY. PHYSICAL_QUANTITY has a field what represents foreign key of UNIT_OF_MEASUREMENT table. When i add this relationship, PHYSICAL_QUANTITY_UNIT_OF_MEASUREMENT_FK at PHYSICAL_QUANTITY table is shown. How can i hide this element (not relationship) from table? enter image description here

There is way to hide primary key elements from table. Just Right-click at table -> select "Show / Hide elements" -> select elements that must be hidden and click "OK".

enter image description here

But PHYSICAL_QUANTITY_UNIT_OF_MEASUREMENT_FK element is not shown there. Why? And is there a way to hide PHYSICAL_QUANTITY_UNIT_OF_MEASUREMENT_FK element from table? Thanks.

Ilya Rochev
  • 157
  • 1
  • 3
  • 13

1 Answers1

1

You can select the elements that you need to be shown by right clicking on the diagram (not in the tables), and selecting the ones you need in View Details

enter image description here

Gabriel Molina
  • 539
  • 3
  • 14