Gehen Sie zu Ihrer Modelldefinition und fügen Sie zuletzt autoPK:false hinzu.
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}
Gehen Sie zu Ihrer Modelldefinition und fügen Sie zuletzt autoPK:false hinzu.
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}