hasDifference property

bool hasDifference

Implementation

bool get hasDifference =>
    droppedTables.isNotEmpty ||
    insertedTables.isNotEmpty ||
    droppedIndices.isNotEmpty ||
    createdIndices.isNotEmpty ||
    droppedColumns.isNotEmpty ||
    insertedColumns.isNotEmpty;