Can we log changes only in certain columns, not in all, in the history table of system versioned temporal table? In a table there are some columns for which data changes more frequently which I dont need to log because logging those changes increased data size enormously. Or can we remove the log of those changes? I only need to log changes in other columns for which data changes less frequently. Is there a way to achieve this?