syncano-node
syncano-node copied to clipboard
Method: decrement
data.posts.decrement('votes') // Decrement by 1
data.posts.where('id', 10).decrement('votes', 13) // Decrement by 13