Vai alla definizione del tuo modello e aggiungi finalmente autoPK:false.
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}
Vai alla definizione del tuo modello e aggiungi finalmente autoPK:false.
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}