interface DropTableQueryOptions {
    cascade?: boolean;
}

Hierarchy (view full)

Properties

Properties

cascade?: boolean