Problem/Motivation
The exceptions thrown by SqlContentEntityStorageSchema give the field name, but not the entity type.
This can be confusing when it's a common field name such as 'title' or 'type' which is causing the problem.
Steps to reproduce
Proposed resolution
Agree on new exception messageOption AIllegal initial value definition on new_base_field (entity_test_update entity): Both fields have to be stored in the shared entity tables.
Option BIllegal initial value definition on field 'new_base_field' on entity type 'entity_test_update': Both fields have to be stored in the shared entity tables.
Remaining tasks
Update patch with agreed change
Review
Commit