No, this is not possible, because Temporal tables and their History tables must have exactly the same schema i.e.
- number of columns
- column names
- data types
- and even column ordering
Thus, if you do not register the modifier identifier in the Temporal tables themselves, you cannot add this information to the history table.
How would you capture this information about the modifier identifier in the Temporal table itself, so that this can be processed at the application level.
M.Ali
source share