DataObjects/Core_watch.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 14 Mar 2011 10:47:44 +0000 (18:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 14 Mar 2011 10:47:44 +0000 (18:47 +0800)
DataObjects/Core_watch.php

index f7aa71d..5be3d2e 100644 (file)
@@ -11,8 +11,8 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
 
     public $__table = 'core_watch';                      // table name
     public $ontable;                         // string(128)  not_null primary_key
-    public $onid;                            // string(128)  not_null primary_key
-    public $person_id;                         // string(128)  not_null primary_key
+    public $onid;                            // int(11)  not_null primary_key
+    public $person_id;                         // int(11)  not_null primary_key
     public $event;                           // string(128)  not_null primary_key
     public $medium;                          // string(128)  not_null primary_key
     public $active;                          // int(11)  not_null