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

getGuidTypeDeclarationSQL() public method

{@inheritDoc}
public getGuidTypeDeclarationSQL ( array $field )
$field array
    public function getGuidTypeDeclarationSQL(array $field)
    {
        return 'UUID';
    }
PostgreSqlPlatform