Additional options for table altering during sync

interface SyncAlterOptions {
    drop?: boolean;
}

Properties

Properties

drop?: boolean

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