kysely
    Preparing search index...

    Interface DropViewNode

    interface DropViewNode {
        cascade?: boolean;
        ifExists?: boolean;
        kind: "DropViewNode";
        materialized?: boolean;
        name: SchemableIdentifierNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cascade?: boolean
    ifExists?: boolean
    kind: "DropViewNode"
    materialized?: boolean