DataObjects/Core_watch.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 18 May 2011 04:20:52 +0000 (12:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 18 May 2011 04:20:52 +0000 (12:20 +0800)
DataObjects/Core_watch.php

index f3fb538..28efa25 100644 (file)
@@ -20,11 +20,12 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
     /* the code below is auto generated do not remove the above tag */
 
     public $__table = 'core_watch';                      // table name
-    public $ontable;                         // 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 $id;                              // int(11)  not_null primary_key auto_increment
+    public $ontable;                         // string(128)  not_null
+    public $onid;                            // int(11)  not_null
+    public $person_id;                       // int(11)  not_null
+    public $event;                           // string(128)  not_null
+    public $medium;                          // string(128)  not_null
     public $active;                          // int(11)  not_null