Doctrine\DBAL\Platforms\PostgreSqlPlatform::getGuidTypeDeclarationSQL PHP 메소드

getGuidTypeDeclarationSQL() 공개 메소드

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