Print query execution time in milliseconds when logging SQL.
The fields to insert / update. Defaults to all fields
an array of include options - Used to build prefetched/included model instances. See set
TODO: See set
Is this record new
A function that gets executed while running the query to log the sql.
On Duplicate
If set to true, values will ignore field and virtual setters.
Append RETURNING * to get back auto generated values (Postgres only)
An optional parameter to specify the schema search_path (Postgres only)
If true, the updatedAt timestamp will not be updated.
Defaults to false
Transaction to run query under
Run validations before the row is inserted
Generated using TypeDoc
Options for Model.create method