Add option include_columns to specify the columns to be used for auditing an entity. (only those columns should be audited then, changes in all the rest should be ignored)
Right now one has to ignore a lot of columns per entity to achieve the same thing.
In my opinion, most entities only have a few columns that are relevant for auditing, so it makes sense to just specify those and ignore the rest.
Add option
include_columnsto specify the columns to be used for auditing an entity. (only those columns should be audited then, changes in all the rest should be ignored)Right now one has to ignore a lot of columns per entity to achieve the same thing.
In my opinion, most entities only have a few columns that are relevant for auditing, so it makes sense to just specify those and ignore the rest.