Existing entities are not populated with default values

When I add a field to a class with a default value it is not populated with this value for existing entities. If I create a new entity - it is populated correctly. But for old ones the value is undefined which never should be the case for fields with a default value provided.

2 Likes