DataObjects/ProjectDirectory.php
[Pman.Core] / DataObjects / Core_enum.php
index 38abd81..c3e23e9 100644 (file)
@@ -15,7 +15,8 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
     public $name;                            // string(255)  not_null
     public $active;                          // int(2)  not_null
     public $seqid;                           // int(11)  not_null multiple_key
-
+    public $seqmax;                           // int(11)  not_null multiple_key
+    public $display_name;
     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -42,8 +43,7 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
     {
         $x = $this->factory($this->tableName());
         $x->query("SELECT core_enum_seqmax_update('". $this->escape($this->etype) ."')");
-        
-        
+         
     }
     
 }