I added owned entity which is mapped to another table. Property is marked as required.
How and where do I create default entries for all existing principal entities as a part of migration step?
Update:
At least EF Core is clever enough to not override property initialisation with null
which is coming from DB as a result of owned entity absence.