I
have a DATABASE which is used by different UI applications.
EX: TABLE1, TABLE2, TABLE3 - application1
TABLE4, TABLE5, TABLE6 - application2
TABLE7, TABLE8, TABLE9 - application3
But all tables are in same database here. I need separate Changelog table for each set of tables. If this is possible, how can I achieve this?