Drupal removed its automatic entity-updates API in 8.7. See https://www.drupal.org/node/3034742. so you can no longer run drush entup in your CLI, at least unless you install this module https://www.drupal.org/project/devel_entity_updates
How to do it properly read on first link on d.org to have, a quick snippet to do it in devel/php or CLI
\Drupal::entityDefinitionUpdateManager()->applyUpdates();