An optional filter to only apply changes on some tables.
When set, only operators on tables for which this function returns true are applied.
final bool Function(String tableName)? filter;