Doctrine\DBAL\Platforms\PostgreSqlPlatform::getGuidExpression PHP Method

getGuidExpression() public method

{@inheritDoc}
public getGuidExpression ( )
    public function getGuidExpression()
    {
        return 'UUID_GENERATE_V4()';
    }
PostgreSqlPlatform