Documentation
    Preparing search index...

    Interface SyncAlterOptions

    Additional options for table altering during sync

    interface SyncAlterOptions {
        drop?: boolean;
    }
    Index
    drop?: boolean

    Prevents any drop statements while altering a table when set to false