Gå till din modelldefinition och lägg till autoPK:false till sist.
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}
Gå till din modelldefinition och lägg till autoPK:false till sist.
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}