3 * Table Definition for schema_version
6 class Schema_version extends Memcached_DataObject
9 /* the code below is auto generated do not remove the above tag */
11 public $__table = 'schema_version'; // table name
12 public $table_name; // varchar(64) primary_key not_null
13 public $checksum; // varchar(64) not_null
14 public $modified; // datetime() not_null
17 function staticGet($k,$v=null)
18 { return Memcached_DataObject::staticGet('Schema_version',$k,$v); }
20 /* the code above is auto generated do not remove the tag below */