| Subject: | Very nice code |  
| Summary: | Package rating comment |  
| Messages: | 4 |  
| Author: | Rakesh Kumar |  
| Date: | 2013-12-12 19:31:57 |  
| Update: | 2013-12-12 20:04:58 |  
|   |  
 
 | 
 | 
Rakesh Kumar rated this package as follows:
| Utility:  | Good | 
| Consistency:  | Good | 
| Unit tests:  | Good | 
| 
 | 
  Rakesh Kumar - 2013-12-12 19:31:57  
Very nice code 
  
  Ovunc Tukenmez - 2013-12-12 20:04:58 -  In reply to message 1 from Rakesh Kumar 
thank you :) 
  
  Rakesh Ahirrao - 2015-08-11 11:44:23 -  In reply to message 2 from Ovunc Tukenmez 
Please provide database table structure. 
  
  Ovunc Tukenmez - 2015-10-12 14:32:15 -  In reply to message 3 from Rakesh Ahirrao 
Hi Rakesh, 
 
Table structure is cloned with the table that the logging will be enabled. 
The following columns are added to the log table on logging activation. 
 
__t DATETIME 
__is_inserted BIT NOT NULL DEFAULT 0 
__is_updated BIT NOT NULL DEFAULT 0 
__is_deleted BIT NOT NULL DEFAULT 0 
 
Hope this helps. 
  
   |