DataObjects/Core_enum.php
authorAlan Knowles <alan@roojs.com>
Wed, 12 Sep 2012 08:30:58 +0000 (16:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 12 Sep 2012 08:30:58 +0000 (16:30 +0800)
DataObjects/Core_enum.php

index b6d1c39..c3e23e9 100644 (file)
@@ -16,7 +16,7 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
     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