public function testGetGuidTypeDeclarationSQL()
 {
     $this->assertEquals('DUMMYVARCHAR()', $this->type->getSqlDeclaration(array('length' => 36), $this->platform));
 }