Kirk Morales

Results 2 comments of Kirk Morales

@jcrugzz I think it could be a basic int value. So: `Table.update({ id: '...', counterField: 1 });` would translate to `counterField = counterField + 1` while `Table.update({ id: '...', counterField:...