Optional
benchmarkPass query execution time in milliseconds as second argument to logging function (options.logging).
Optional
hooksIf false
the applicable hooks will not be called.
The default value depends on the context.
true
Optional
individualIf set to true, restore will find all records within the where parameter and will execute before / after bulkRestore hooks on each row
Optional
limitHow many rows to undelete
Optional
loggingA function that gets executed while running the query to log the sql.
Optional
transactionThe transaction in which this query must be run.
If CLS is enabled and a transaction is running in the current CLS context, that transaction will be used, unless null or a Transaction is manually specified here.
Optional
whereThe WHERE
clause. Can be many things from a hash of attributes to raw SQL.
Visit https://sequelize.org/docs/v7/core-concepts/model-querying-basics/ for more information.
Generated using TypeDoc
Options for Model.restore