/home/techb158/dev.balacoffee.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types
Edit: /home/techb158/dev.balacoffee.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php (683B)
getGuidTypeDeclarationSQL($column);
}
/**
* {@inheritdoc}
*/
public function getName()
{
return Types::GUID;
}
/**
* {@inheritdoc}
*/
public function requiresSQLCommentHint(AbstractPlatform $platform)
{
return ! $platform->hasNativeGuidType();
}
}