Member Junction
    Preparing search index...

    LLM-proposed primary key — must pass deterministic eligibility check before acceptance

    interface PrimaryKeyPromptResult {
        columns: string[];
        confidence: number;
        reasoning: string;
    }
    Index

    Properties

    columns: string[]

    Column name(s) that form the primary key. Use array for composite keys.

    confidence: number
    reasoning: string