public function testGeneratesDateTimeTzColumnTypeDeclarationSQL()
 {
     $this->assertEquals('TIMESTAMP WITH TIME ZONE', $this->_platform->getDateTimeTzTypeDeclarationSQL(array('length' => 10, 'fixed' => true, 'unsigned' => true, 'autoincrement' => true)));
 }