From 867b843c5ebc2fdc6a7019ef00aa1cbfa0b2f81e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 May 2011 12:20:52 +0800 Subject: [PATCH] DataObjects/Core_watch.php --- DataObjects/Core_watch.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index f3fb538a..28efa255 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -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 -- 2.39.2