X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_locking.php;h=198e5d2049277d8be28347a459e20a87f434438b;hp=a0c9c7b86dfe4a2a7445e8cf0663b54661383ac8;hb=499a4d2a40c2ea64e5ab02fe2e892b8ecb698aec;hpb=36d357a1d979faf311e8b18a709b329d806b94cc 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 */