Interface DropOptions

Options to pass to Model on drop

Hierarchy

Properties

benchmark?: boolean

Pass query execution time in milliseconds as second argument to logging function (options.logging).

cascade?: boolean

Also drop all objects depending on this table, such as views. Only works in postgres

logging?: boolean | ((sql: string, timing?: number) => void)

A function that gets executed while running the query to log the sql.

Generated using TypeDoc