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