/** Undo version of command */
 @Override
 public void undo() {
   foreignEntity.removeForeignKeyRelationship(association, true);
   primaryEntity.removePrimaryKeyRelationship(association, true);
 }