From 499a4d2a40c2ea64e5ab02fe2e892b8ecb698aec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 May 2011 12:20:52 +0800 Subject: [PATCH] DataObjects/Core_locking.php --- DataObjects/Core_locking.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DataObjects/Core_locking.php b/DataObjects/Core_locking.php index a0c9c7b8..198e5d20 100644 --- a/DataObjects/Core_locking.php +++ b/DataObjects/Core_locking.php @@ -9,12 +9,12 @@ class Pman_Core_DataObjects_Core_locking extends DB_DataObject ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'core_locking'; // table name - public $id; // int(11) not_null primary_key auto_increment - public $person_id; // string(64) not_null - public $on_id; // string(64) not_null - public $on_table; // string(64) not_null - public $created; // string(64) not_null + public $__table = 'core_locking'; // table name + public $int; // int(11) not_null primary_key auto_increment + public $on_table; // string(64) not_null multiple_key + public $on_id; // int(11) not_null + public $person_id; // int(11) not_null + public $created; // datetime(19) not_null binary /* the code above is auto generated do not remove the tag below */ -- 2.39.2