changesDefinitions property

bool get changesDefinitions

Whether the change touches column definitions or checks, the changes a dialect without a general ALTER COLUMN must rebuild for.

Implementation

bool get changesDefinitions =>
    alteredColumns.isNotEmpty ||
    addedChecks.isNotEmpty ||
    droppedChecks.isNotEmpty ||
    changedChecks.isNotEmpty;