![]() |
Sergey Kornilov admin 2/12/2014 |
This won't be possible directly. Since we have to use a single audit table to store changes for all tables there is no dedicated field you use can use to link these two tables as master-details. select * from AuditTrail where table='item' and description like '%id : 1%' |
J
|
JCJordan author 2/13/2014 |
Would it be possible to modify the audit database to store the primary key as a separate field, instead of included in the description? |