Member Junction
    Preparing search index...

    Result from per-table FK pruning pass — proposes which FKs to remove

    interface FKPruningProposal {
        action: "remove";
        index: number;
        reasoning: string;
    }
    Index

    Properties

    action: "remove"
    index: number
    reasoning: string