Print query execution time in milliseconds when logging SQL.
Only used in conjuction with TRUNCATE. Truncates all tables that have foreign-key references to the named table, or to any tables added to the group due to CASCADE.
Defaults to false;
Delete instead of setting deletedAt to current timestamp (only applicable if paranoid
is enabled)
Run before / after bulk destroy hooks?
If set to true, destroy will SELECT all records matching the where parameter and will execute before / after destroy hooks on each row
How many rows to delete
A function that gets executed while running the query to log the sql.
An optional parameter to specify the schema search_path (Postgres only)
Transaction to run query under
If set to true, dialects that support it will use TRUNCATE instead of DELETE FROM. If a table is truncated the where and limit options are ignored
Filter the destroy
Generated using TypeDoc
Options used for Model.destroy