AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface ForeignKeyInfo

    interface ForeignKeyInfo {
        columns: readonly string[];
        name?: string;
        refColumns: readonly string[];
        refSchema?: string;
        refTable: string;
    }
    Index
    columns: readonly string[]
    name?: string
    refColumns: readonly string[]
    refSchema?: string
    refTable: string