DataObjects/Events.php
authorChris <chris@roojs.com>
Mon, 17 Dec 2012 09:51:53 +0000 (17:51 +0800)
committerChris <chris@roojs.com>
Mon, 17 Dec 2012 09:51:53 +0000 (17:51 +0800)
DataObjects/Events.php

index 7ab9106..132c6b9 100644 (file)
@@ -24,7 +24,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
     public $on_table;                        // string(64)  
     public $person_id;                       // int(11)  
     public $remarks;                         // blob(65535)  blob
-
+    public $person_table;                    // VARCHAR(64)
     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE