DataObjects/Events.php
authorKH Lau <khlau@roojs.com>
Mon, 4 Sep 2017 02:20:06 +0000 (10:20 +0800)
committerKH Lau <khlau@roojs.com>
Mon, 4 Sep 2017 02:20:06 +0000 (10:20 +0800)
DataObjects/Events.php

index 7595f8a..fa86a9c 100644 (file)
@@ -25,7 +25,8 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
     public $person_id;                       // int(11)  
     public $remarks;                         // blob(65535)  blob
     public $person_table;                    // string(64)
-    
+    public $investor_id;                           // int(11)  
+
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE