DataObjects/Core_enum.php
authorAlan Knowles <alan@roojs.com>
Sat, 28 Jan 2012 08:33:43 +0000 (16:33 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 28 Jan 2012 08:33:43 +0000 (16:33 +0800)
DataObjects/Core_enum.php

index 52cba14..b6d1c39 100644 (file)
@@ -15,6 +15,7 @@ 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
 
     
     /* the code above is auto generated do not remove the tag below */