'ENGINE=InnoDB'); private static $db = array( 'MyField' => 'Varchar', 'MyInt' => 'Int', 'MyFloat' => 'Float', 'MyBoolean' => 'Boolean', ); }