interface TruncateTableQueryOptions {
    cascade?: boolean;
    restartIdentity?: boolean;
}

Hierarchy (view full)

Properties

cascade?: boolean
restartIdentity?: boolean