Pass query execution time in milliseconds as second argument to logging function (options.logging).
If set, only columns matching those in fields will be saved
If false
the applicable hooks will not be called.
The default value depends on the context.
dialect specific ON CONFLICT DO NOTHING / INSERT IGNORE
An array of include options. A single option is also supported - Used to build prefetched/included model instances. See set
Is this record new
A function that gets executed while running the query to log the sql.
A flag that defines if null values should be passed as values or not.
If set to true, values will ignore field and virtual setters.
Return the affected rows (only for postgres)
Skip saving this after setting the foreign key if false.
An optional parameter to specify the schema search_path (Postgres only)
If true, the updatedAt timestamp will not be updated.
The 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.
If false, validations won't be run.
Generated using TypeDoc
The options for the createAssociation mixin of the belongsTo association.
BelongsToCreateAssociationMixin