TrackPreviousValuesOptions
data class TrackPreviousValuesOptions(val columnFilter: List<String>? = null, val onlyWhenChanged: Boolean = false)(source)
Options to include old values in CrudEntry.previousValues for update statements.
These options are enabled by passing them to a non-local Table constructor.