From: john Date: Tue, 5 Sep 2017 05:29:18 +0000 (+0800) Subject: DataObjects/Core_enum.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a6d546926a15a764beea8e81e68f974602757541 DataObjects/Core_enum.php --- diff --git a/DataObjects/Core_enum.php b/DataObjects/Core_enum.php index 69dc2f02..6e354824 100644 --- a/DataObjects/Core_enum.php +++ b/DataObjects/Core_enum.php @@ -9,6 +9,8 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ + + public $__table = 'core_enum'; // table name public $id; // int(11) not_null primary_key auto_increment public $etype; // string(32) not_null