Member Junction
    Preparing search index...
    interface ForeignKeyReference {
        column: string;
        referencedColumn: string;
        schema: string;
        table: string;
    }
    Index

    Properties

    column: string
    referencedColumn: string
    schema: string
    table: string