2
假設有一個像這樣定義的用戶模型。Sailsjs更新模型json
...
attributes: {
properties: {
type: 'json',
required: true,
defaultsTo: {
canEdit: {
owned: false,
other: false
}
}
}
}
如何更新user.properties.canEdit.owned
和user.properties.canEdit.other
?
繼續前進,並將您的解決方案移至新答案並自行接受! – Plato