You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Knex supports chaining calls to increment/decrement/update. UpdateByIdBuilder and UpdateManyBuilder should expose this functionality somehow so that the caller doesn't have to get the column value first just to increase or decrease it by a specific amount.
The text was updated successfully, but these errors were encountered:
Knex supports chaining calls to increment/decrement/update. UpdateByIdBuilder and UpdateManyBuilder should expose this functionality somehow so that the caller doesn't have to get the column value first just to increase or decrease it by a specific amount.
The text was updated successfully, but these errors were encountered: