SwiftData no such table error for one of models
I have 2 models in my app, fist (ModelA) is working fine – data is persistent no matter how many times I restart app on the simulator, but the second (ModelB) sometimes losts it data and I see errors about no such table found in Xcode debugger. I don’t understand what is the difference between them.