* Increment the value of one or more columns. This is done in the database, which means it does not use the values currently stored on the Instance. The increment is done using a
* Increment the value of one or more columns. This is done in the database, which means it does not use the values currently stored on the Instance. The increment is done using a
* Undestroy multiple instances if `paranoid` is enabled.
*
* @param {Object} [options.where] Filter the undestroy
* @param {Boolean} [options.hooks=true] Run before / after bulk undestroy hooks?
* @param {Boolean} [options.individualHooks=false] If set to true, undestroy will find all records within the where parameter and will execute before / after bulkUndestroy hooks on each row
* @param {Number} [options.limit] How many rows to undelete
* Update multiple instances that match the where options. The promise returns an array with one or two elements. The first element is always the number
* Update multiple instances that match the where options. The promise returns an array with one or two elements. The first element is always the number
* of affected rows, while the second element is the actual affected rows (only supported in postgres with `options.returning` true.)
* of affected rows, while the second element is the actual affected rows (only supported in postgres with `options.returning` true.)