Does SwiftData give a model a primary key?
If I use @Model
to tell SwiftData to persist a class with its properties, does it add a property to use as a primary key?
If I use @Model
to tell SwiftData to persist a class with its properties, does it add a property to use as a primary key?