Optional
benchmarkOptional
creatableOptional
fieldsIf set, only columns matching those in fields will be saved
Optional
hooksIf false
the applicable hooks will not be called.
The default value depends on the context.
Optional
ignoredialect specific ON CONFLICT DO NOTHING / INSERT IGNORE
Optional
includeAn array of include options. A single option is also supported - Used to build prefetched/included model instances. See set
TODO: See set
Optional
nested?: trueOptional
isIs this record new
Optional
loggingA function that gets executed while running the query to log the sql.
Optional
timing: numberOptional
middlewareOptional
rawIf set to true, values will ignore field and virtual setters.
Optional
returningReturn the affected rows (only for postgres)
Optional
silentIf true, the updatedAt timestamp will not be updated.
false
Optional
validateIf false, validations won't be run.
true
Pass query execution time in milliseconds as second argument to logging function (options.logging).