DataObjects/Core_person_signup.php
authorMicheal <micheal@roojs.com>
Wed, 31 Dec 2014 04:23:31 +0000 (12:23 +0800)
committerMicheal <micheal@roojs.com>
Wed, 31 Dec 2014 04:23:31 +0000 (12:23 +0800)
DataObjects/Core_person_signup.php

index 6ab3228..4ecc423 100644 (file)
@@ -17,13 +17,13 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
     public $name;                            // string(128)  not_null
     public $firstname;                            // string(128)  not_null
     public $lastname;                            // string(128)  not_null
-    public $firstname_alt;                            // string(128)  not_null
-    public $lastname_alt;                            // string(128)  not_null
+    //public $firstname_alt;                            // string(128)  not_null
+    //public $lastname_alt;                            // string(128)  not_null
     
     
     public $honor;                            // string(128)  not_null
     public $verify_key;                      // int(11)
-
+    public $verified;
     
 
     public $created_dt;                      // datetime(19)  binary