From 24feb618c764a0bd0f267a76b1af3ee43f8a1c69 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Mar 2011 18:47:44 +0800 Subject: [PATCH] DataObjects/Core_watch.php --- DataObjects/Core_watch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index f7aa71da..5be3d2e9 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -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 -- 2.39.2