3 * Table Definition for confirm_address
5 require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
7 class Confirm_address extends Memcached_DataObject
10 /* the code below is auto generated do not remove the above tag */
12 public $__table = 'confirm_address'; // table name
13 public $code; // varchar(32) primary_key not_null
14 public $user_id; // int(4) not_null
15 public $address; // varchar(255) not_null
16 public $address_extra; // varchar(255) not_null
17 public $address_type; // varchar(8) not_null
18 public $claimed; // datetime()
19 public $sent; // datetime()
20 public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
23 function staticGet($k,$v=null)
24 { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
26 /* the code above is auto generated do not remove the tag below */
29 function sequenceKey()
30 { return array(false, false); }