$this->assertEquals('This is a comment',$columns['id']->getComment());
$this->assertEquals('This is a comment',$columns['date_interval']->getComment(),"The Doctrine2 Typehint should be stripped from comment.");
$this->assertInstanceOf('Doctrine\DBAL\Types\DateIntervalType',$columns['date_interval']->getType(),"The Doctrine2 should be detected from comment hint.");