like method

bool like(
  1. TableDefinition other
)

Implementation

bool like(TableDefinition other) =>
    db.TableComparisons(this).like(other).isEmpty;