kysely
    Preparing search index...

    Variable PrimaryConstraintNodeConst

    PrimaryConstraintNode: Readonly<
        {
            cloneWith(
                node: PrimaryKeyConstraintNode,
                props: PrimaryKeyConstraintNodeProps,
            ): PrimaryKeyConstraintNode;
            create(
                columns: string[],
                constraintName?: string,
            ): PrimaryKeyConstraintNode;
            is(node: OperationNode): node is PrimaryKeyConstraintNode;
        },
    > = PrimaryKeyConstraintNode

    Backwards compatibility for a typo in the codebase.

    Use PrimaryKeyConstraintNode instead.