filter

abstract var filter: (tableName: String) -> Boolean?(source)

Skip changes that, when targeted table name is supplied to this function, return a truthy value. By default, all changes are attempted.

Since

v22.12.0