Member Junction
    Preparing search index...
    interface AuditReport {
        missing: string[];
        rowCountMismatches: RowCountMismatch[];
        source: DatabaseInventory;
        target: DatabaseInventory;
    }
    Index

    Properties

    missing: string[]

    Objects missing from target

    rowCountMismatches: RowCountMismatch[]

    Objects with different row counts

    Source database object counts

    Target database object counts