Start your All-Access Pass to unlock this challenge
What command should be used to add new fields to an existing Doctrine entity?
doctrine:schema:update
update:entity <EntityName>
make:entity <EntityName>
doctrine:migrations:migrate