kysely
    Preparing search index...

    Interface AddIndexNode

    interface AddIndexNode {
        columns?: OperationNode[];
        ifNotExists?: boolean;
        kind: "AddIndexNode";
        name: IdentifierNode;
        unique?: boolean;
        using?: RawNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    columns?: OperationNode[]
    ifNotExists?: boolean
    kind: "AddIndexNode"
    unique?: boolean
    using?: RawNode