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

getBinaryTypeDeclarationSQLSnippet() protected method

protected getBinaryTypeDeclarationSQLSnippet ( $length, $fixed )
    protected function getBinaryTypeDeclarationSQLSnippet($length, $fixed)
    {
        return 'BYTEA';
    }
PostgreSqlPlatform