Optional
benchmarkPass query execution time in milliseconds as second argument to logging function (options.logging).
Optional
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.
true
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
Optional
isIs this record new
Optional
loggingA function that gets executed while running the query to log the sql.
Optional
rawIf set to true, values will ignore field and virtual setters.
false
Optional
returningReturn the affected rows (only for postgres)
Optional
searchAn optional parameter to specify the schema search_path (Postgres only)
Optional
silentIf true, the updatedAt timestamp will not be updated.
false
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
validateIf false, validations won't be run.
true
Generated using TypeDoc
The options for the createAssociation mixin of the hasMany association.
See
HasManyCreateAssociationMixin