I have an app that already uses Core Data and I now would like to add a new Entity with its own attributes to Core Data. When doing this, I will not be touching any other Entities.
I would assume that this would require Core Data Migration; however, upon adding this Entity, my app still appears to work correctly with no Core Data issues.
I am happy to proceed with migrating my data, I just do not want to waste my time doing so if it is not required.