モデル定義に移動し、最後にautoPK:falseを追加します。
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}
モデル定義に移動し、最後にautoPK:falseを追加します。
module.exports = {
schema:'true',
attributes: {
propertyName: { type:"string", required:true, unique: true }
},
autoPK:false
}