What do I need to do when I add multiple entities in CoreData?

Hi all,

I am currently building an app with CoreData, and I am wondering what do I have to do when I added more than two entities. Do I need to change codes in Persistence.swift file, or shall I create another Persistence .swift file for the second entity?

It would be much appreciated if you can tell me what process I need to take.

Thank you!

What do I need to do when I add multiple entities in CoreData?
 
 
Q