sync
[Pman.Core] / DataObjects / Core_event_audit_archive.php
diff --git a/DataObjects/Core_event_audit_archive.php b/DataObjects/Core_event_audit_archive.php
new file mode 100644 (file)
index 0000000..747a1dd
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+/**
+ * Table Definition for core_events_archive
+ */
+require_once 'Core_event_audit.php';
+
+class Pman_Core_DataObjects_Core_events_audit_archive extends Pman_Core_DataObjects_Core_event_audit
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_event_audit_archive';    // table name
+    
+    
+   
+    
+    
+}
\ No newline at end of file